Html Css Color HEX #531F08 Baker's Chocolate

📋 copy color: '#531F08'

red 83 ◦ green 31 ◦ blue 8

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

Shades of Baker's Chocolate #531F08

Tints of Baker's Chocolate #531F08

RGB

 RED value IS 83 (32.81% from 255) = 68.03%

 GREEN value IS 31 (12.5% from 255) = 25.41%

 BLUE value IS 8 (3.52% from 255) = 6.56%

R = 68.03%
G = 25.41%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#531F08 (or 0x531F08) is known color: Baker's Chocolate. HEX triplet: 53, 1F and 08. RGB value is (83,31,8). Sum of RGB (Red+Green+Blue) = 83+31+8=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F08 is #ACE0F7. Grayscale: #2C2C2C. Windows color (decimal): -11329784 or 532307. OLE color: 532307.

HSL color Cylindrical-coordinate representation of color #531F08: hue angle of 18.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531F08 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 8 -
CMYK 0 0.63 0.90 0.67
HSL 18.4º 0.82% 0.18% -
HSV(B) 18.4º 0.9% 0.33% -
XYZ 4.1 2.84 0.56 -
YUV 43.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 83 31 8 0 0.63 0.90 0.67 18.4 0.82 0.18
Hex 53 1F 8 0 3F 5A 43 12 52 12
Octal 123 37 10 0 77 132 103 22 122 22
Binary 1010011 11111 1000 0 111111 1011010 1000011 10010 1010010 10010

Color Harmonies of #531F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F08

Black with #531F08

Text Example


Text Example

White with #531F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531F08; }

 p { color: rgb(83,31,8); }

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

background-color css

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

 a { background-color: rgb(83,31,8); }

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

border-color css

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

 span { border-color: rgb(83,31,8); }

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