Html Css Color HEX #CB7541 Zest

📋 copy color: '#CB7541'

red 203 ◦ green 117 ◦ blue 65

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

Shades of Zest #CB7541

Tints of Zest #CB7541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 52.73%
G = 30.39%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7541 (or 0xCB7541) is known color: Zest. HEX triplet: CB, 75 and 41. RGB value is (203,117,65). Sum of RGB (Red+Green+Blue) = 203+117+65=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7541 is #348ABE. Grayscale: #898989. Windows color (decimal): -3443391 or 4289995. OLE color: 4289995.

HSL color Cylindrical-coordinate representation of color #CB7541: hue angle of 22.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7541 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 65 -
CMYK 0 0.42 0.68 0.20
HSL 22.61º 0.57% 0.53% -
HSV(B) 22.61º 0.68% 0.8% -
XYZ 31.94 25.8 8.3 -
YUV 136.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 203 117 65 0 0.42 0.68 0.20 22.61 0.57 0.53
Hex CB 75 41 0 2A 44 14 17 39 35
Octal 313 165 101 0 52 104 24 27 71 65
Binary 11001011 1110101 1000001 0 101010 1000100 10100 10111 111001 110101

Color Harmonies of #CB7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7541

Black with #CB7541

Text Example


Text Example

White with #CB7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7541; }

 p { color: rgb(203,117,65); }

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

background-color css

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

 a { background-color: rgb(203,117,65); }

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

border-color css

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

 span { border-color: rgb(203,117,65); }

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