Html Css Color HEX #531D00 Baker's Chocolate

📋 copy color: '#531D00'

red 83 ◦ green 29 ◦ blue 0

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

Shades of Baker's Chocolate #531D00

Tints of Baker's Chocolate #531D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.11%
G = 25.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531D00 (or 0x531D00) is known color: Baker's Chocolate. HEX triplet: 53, 1D and 00. RGB value is (83,29,0). Sum of RGB (Red+Green+Blue) = 83+29+0=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D00 is #ACE2FF. Grayscale: #2A2A2A. Windows color (decimal): -11330304 or 7507. OLE color: 7507.

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

Color convert

RGB 83 29 0 -
CMYK 0 0.65 1 0.67
HSL 20.96º 1% 0.16% -
HSV(B) 20.96º 1% 0.33% -
XYZ 4.01 2.72 0.31 -
YUV 41.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 83 29 0 0 0.65 1 0.67 20.96 1 0.16
Hex 53 1D 0 0 41 64 43 15 64 10
Octal 123 35 0 0 101 144 103 25 144 20
Binary 1010011 11101 0 0 1000001 1100100 1000011 10101 1100100 10000

Color Harmonies of #531D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D00

Black with #531D00

Text Example


Text Example

White with #531D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,0); }

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

background-color css

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

 a { background-color: rgb(83,29,0); }

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

border-color css

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

 span { border-color: rgb(83,29,0); }

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