Html Css Color HEX #CF5319 Chocolate

📋 copy color: '#CF5319'

red 207 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #CF5319

Tints of Chocolate #CF5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 65.71%
G = 26.35%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF5319 (or 0xCF5319) is known color: Chocolate. HEX triplet: CF, 53 and 19. RGB value is (207,83,25). Sum of RGB (Red+Green+Blue) = 207+83+25=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5319 is #30ACE6. Grayscale: #717171. Windows color (decimal): -3189991 or 1659855. OLE color: 1659855.

HSL color Cylindrical-coordinate representation of color #CF5319: hue angle of 19.12º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF5319 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 25 -
CMYK 0 0.60 0.88 0.19
HSL 19.12º 0.78% 0.45% -
HSV(B) 19.12º 0.88% 0.81% -
XYZ 29 19.52 3.16 -
YUV 113.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 207 83 25 0 0.60 0.88 0.19 19.12 0.78 0.45
Hex CF 53 19 0 3C 58 13 13 4E 2D
Octal 317 123 31 0 74 130 23 23 116 55
Binary 11001111 1010011 11001 0 111100 1011000 10011 10011 1001110 101101

Color Harmonies of #CF5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5319

Black with #CF5319

Text Example


Text Example

White with #CF5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5319; }

 p { color: rgb(207,83,25); }

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

background-color css

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

 a { background-color: rgb(207,83,25); }

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

border-color css

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

 span { border-color: rgb(207,83,25); }

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