Html Css Color HEX #531B02 Baker's Chocolate

📋 copy color: '#531B02'

red 83 ◦ green 27 ◦ blue 2

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

Shades of Baker's Chocolate #531B02

Tints of Baker's Chocolate #531B02

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.11%

 BLUE value IS 2 (1.17% from 255) = 1.79%

R = 74.11%
G = 24.11%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#531B02 (or 0x531B02) is known color: Baker's Chocolate. HEX triplet: 53, 1B and 02. RGB value is (83,27,2). Sum of RGB (Red+Green+Blue) = 83+27+2=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B02 is #ACE4FD. Grayscale: #292929. Windows color (decimal): -11330814 or 138067. OLE color: 138067.

HSL color Cylindrical-coordinate representation of color #531B02: hue angle of 18.52º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #531B02 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 2 -
CMYK 0 0.67 0.98 0.67
HSL 18.52º 0.95% 0.17% -
HSV(B) 18.52º 0.98% 0.33% -
XYZ 3.97 2.63 0.36 -
YUV 40.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 83 27 2 0 0.67 0.98 0.67 18.52 0.95 0.17
Hex 53 1B 2 0 43 62 43 13 5F 11
Octal 123 33 2 0 103 142 103 23 137 21
Binary 1010011 11011 10 0 1000011 1100010 1000011 10011 1011111 10001

Color Harmonies of #531B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B02

Black with #531B02

Text Example


Text Example

White with #531B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,2); }

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

background-color css

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

 a { background-color: rgb(83,27,2); }

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

border-color css

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

 span { border-color: rgb(83,27,2); }

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