#CB7741

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

Shades of Zest #CB7741

Tints of Zest #CB7741

Color information

#CB7741 (or 0xCB7741) is unknown color: approx Zest. HEX triplet: CB, 77 and 41. RGB value is (203,119,65). Sum of RGB (Red+Green+Blue) = 203+119+65=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7741 is #3488BE. Grayscale: #8A8A8A. Windows color (decimal): -3442879 or 4290507. OLE color: 4290507.

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

Color convert

RGB20311965-
CMYK00.410.680.20
HSL23.48º57.02%52.55%-
HSV(B)23.48º67.98%79.61%-
XYZ32.1826.278.38-
YUV137.9686.83174.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=52.45%
G=30.75%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031196500.410.680.2023.4857.0252.55
HexCB77410294414173935
Octal31316710105110424277165
Binary1100101111101111000001010100110001001010010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7741; }

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

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

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

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

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

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

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

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