Html Css Color HEX #CB7137 Zest

📋 copy color: '#CB7137'

red 203 ◦ green 113 ◦ blue 55

#CB7137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #CB7137

Tints of Zest #CB7137

RGB

 RED value IS 203 (79.69% from 255) = 54.72%

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 54.72%
G = 30.46%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB7137 (or 0xCB7137) is known color: Zest. HEX triplet: CB, 71 and 37. RGB value is (203,113,55). Sum of RGB (Red+Green+Blue) = 203+113+55=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7137 is #348EC8. Grayscale: #858585. Windows color (decimal): -3444425 or 3633611. OLE color: 3633611.

HSL color Cylindrical-coordinate representation of color #CB7137: hue angle of 23.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB7137 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 55 -
CMYK 0 0.44 0.73 0.20
HSL 23.51º 0.59% 0.51% -
HSV(B) 23.51º 0.73% 0.8% -
XYZ 31.22 24.78 6.75 -
YUV 133.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 203 113 55 0 0.44 0.73 0.20 23.51 0.59 0.51
Hex CB 71 37 0 2C 49 14 18 3B 33
Octal 313 161 67 0 54 111 24 30 73 63
Binary 11001011 1110001 110111 0 101100 1001001 10100 11000 111011 110011

Color Harmonies of #CB7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7137

Black with #CB7137

Text Example


Text Example

White with #CB7137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7137; }

 p { color: rgb(203,113,55); }

 H1.HeaderClassName
 {
   color: #CB7137;
 }
 .AnyTagClassName
 {
   color: #CB7137;
 }
</style>

background-color css

<style>
 a { background-color: #CB7137; }

 a { background-color: rgb(203,113,55); }

 div.DivClassName
 {
   background-color: #CB7137;
 }
 .BgClassName
 {
   background-color: #CB7137;
 }
</style>

border-color css

<style>
 span { border-color: #CB7137; }

 span { border-color: rgb(203,113,55); }

 td.TdClassName
 {
   border-color: #CB7137;
 }
 .TagClassName
 {
   border-color: #CB7137;
 }
</style>