Html Css Color HEX #CF5A22 Chocolate

📋 copy color: '#CF5A22'

red 207 ◦ green 90 ◦ blue 34

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

Shades of Chocolate #CF5A22

Tints of Chocolate #CF5A22

RGB

 RED value IS 207 (81.25% from 255) = 62.54%

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 34 (13.67% from 255) = 10.27%

R = 62.54%
G = 27.19%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF5A22 (or 0xCF5A22) is known color: Chocolate. HEX triplet: CF, 5A and 22. RGB value is (207,90,34). Sum of RGB (Red+Green+Blue) = 207+90+34=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A22 is #30A5DD. Grayscale: #767676. Windows color (decimal): -3188190 or 2251471. OLE color: 2251471.

HSL color Cylindrical-coordinate representation of color #CF5A22: hue angle of 19.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF5A22 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 90 34 -
CMYK 0 0.57 0.84 0.19
HSL 19.42º 0.72% 0.47% -
HSV(B) 19.42º 0.84% 0.81% -
XYZ 29.68 20.69 3.94 -
YUV 118.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 207 90 34 0 0.57 0.84 0.19 19.42 0.72 0.47
Hex CF 5A 22 0 39 54 13 13 48 2F
Octal 317 132 42 0 71 124 23 23 110 57
Binary 11001111 1011010 100010 0 111001 1010100 10011 10011 1001000 101111

Color Harmonies of #CF5A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A22

Black with #CF5A22

Text Example


Text Example

White with #CF5A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A22; }

 p { color: rgb(207,90,34); }

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

background-color css

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

 a { background-color: rgb(207,90,34); }

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

border-color css

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

 span { border-color: rgb(207,90,34); }

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