Html Css Color HEX #CF511B Chocolate

📋 copy color: '#CF511B'

red 207 ◦ green 81 ◦ blue 27

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

Shades of Chocolate #CF511B

Tints of Chocolate #CF511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 65.71%
G = 25.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF511B (or 0xCF511B) is known color: Chocolate. HEX triplet: CF, 51 and 1B. RGB value is (207,81,27). Sum of RGB (Red+Green+Blue) = 207+81+27=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF511B is #30AEE4. Grayscale: #707070. Windows color (decimal): -3190501 or 1790415. OLE color: 1790415.

HSL color Cylindrical-coordinate representation of color #CF511B: hue angle of 18º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF511B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 81 27 -
CMYK 0 0.61 0.87 0.19
HSL 18º 0.77% 0.46% -
HSV(B) 18º 0.87% 0.81% -
XYZ 28.87 19.23 3.23 -
YUV 112.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 207 81 27 0 0.61 0.87 0.19 18 0.77 0.46
Hex CF 51 1B 0 3D 57 13 12 4D 2E
Octal 317 121 33 0 75 127 23 22 115 56
Binary 11001111 1010001 11011 0 111101 1010111 10011 10010 1001101 101110

Color Harmonies of #CF511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF511B

Black with #CF511B

Text Example


Text Example

White with #CF511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF511B; }

 p { color: rgb(207,81,27); }

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

background-color css

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

 a { background-color: rgb(207,81,27); }

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

border-color css

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

 span { border-color: rgb(207,81,27); }

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