Html Css Color HEX #CB7340 Zest

📋 copy color: '#CB7340'

red 203 ◦ green 115 ◦ blue 64

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

Shades of Zest #CB7340

Tints of Zest #CB7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

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

R = 53.14%
G = 30.1%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7340 (or 0xCB7340) is known color: Zest. HEX triplet: CB, 73 and 40. RGB value is (203,115,64). Sum of RGB (Red+Green+Blue) = 203+115+64=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7340 is #348CBF. Grayscale: #878787. Windows color (decimal): -3443904 or 4223947. OLE color: 4223947.

HSL color Cylindrical-coordinate representation of color #CB7340: hue angle of 22.01º 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 #CB7340 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 64 -
CMYK 0 0.43 0.68 0.20
HSL 22.01º 0.57% 0.52% -
HSV(B) 22.01º 0.68% 0.8% -
XYZ 31.68 25.33 8.07 -
YUV 135.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 203 115 64 0 0.43 0.68 0.20 22.01 0.57 0.52
Hex CB 73 40 0 2B 44 14 16 39 34
Octal 313 163 100 0 53 104 24 26 71 64
Binary 11001011 1110011 1000000 0 101011 1000100 10100 10110 111001 110100

Color Harmonies of #CB7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7340

Black with #CB7340

Text Example


Text Example

White with #CB7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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