#CB743B

Color #CB743B Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #CB743B

Tints of Zest #CB743B

Color information

#CB743B (or 0xCB743B) is unknown color: approx Zest. HEX triplet: CB, 74 and 3B. RGB value is (203,116,59). Sum of RGB (Red+Green+Blue) = 203+116+59=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB743B is #348BC4. Grayscale: #878787. Windows color (decimal): -3443653 or 3896523. OLE color: 3896523.

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

Color convert

RGB20311659-
CMYK00.430.710.20
HSL23.75º58.06%51.37%-
HSV(B)23.75º70.94%79.61%-
XYZ31.6625.57.39-
YUV135.5184.82176.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=53.70%
G=30.69%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031165900.430.710.2023.7558.0651.37
HexCB743B02B4714183a33
Octal3131647305310724307263
Binary110010111110100111011010101110001111010011000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB743B; }

 p { color: rgb(203,116,59); }

 H1.HeaderClassName
 {
   color: #CB743B;
 }
 .AnyTagClassName
 {
   color: #CB743B;
 }
</style>
background-color css

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

 a { background-color: rgb(203,116,59); }

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

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

 span { border-color: rgb(203,116,59); }

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