Html Css Color HEX #CB7940 Zest

📋 copy color: '#CB7940'

red 203 ◦ green 121 ◦ blue 64

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

Shades of Zest #CB7940

Tints of Zest #CB7940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 52.32%
G = 31.19%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7940 (or 0xCB7940) is known color: Zest. HEX triplet: CB, 79 and 40. RGB value is (203,121,64). Sum of RGB (Red+Green+Blue) = 203+121+64=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7940 is #3486BF. Grayscale: #8B8B8B. Windows color (decimal): -3442368 or 4225483. OLE color: 4225483.

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

Color convert

RGB 203 121 64 -
CMYK 0 0.40 0.68 0.20
HSL 24.6º 0.57% 0.52% -
HSV(B) 24.6º 0.68% 0.8% -
XYZ 32.39 26.74 8.3 -
YUV 139.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 203 121 64 0 0.40 0.68 0.20 24.6 0.57 0.52
Hex CB 79 40 0 28 44 14 19 39 34
Octal 313 171 100 0 50 104 24 31 71 64
Binary 11001011 1111001 1000000 0 101000 1000100 10100 11001 111001 110100

Color Harmonies of #CB7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7940

Black with #CB7940

Text Example


Text Example

White with #CB7940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7940; }

 p { color: rgb(203,121,64); }

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

background-color css

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

 a { background-color: rgb(203,121,64); }

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

border-color css

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

 span { border-color: rgb(203,121,64); }

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