Html Css Color HEX #532D04 Baker's Chocolate

📋 copy color: '#532D04'

red 83 ◦ green 45 ◦ blue 4

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

Shades of Baker's Chocolate #532D04

Tints of Baker's Chocolate #532D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.09%

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 62.88%
G = 34.09%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#532D04 (or 0x532D04) is known color: Baker's Chocolate. HEX triplet: 53, 2D and 04. RGB value is (83,45,4). Sum of RGB (Red+Green+Blue) = 83+45+4=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #532D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D04 is #ACD2FB. Grayscale: #333333. Windows color (decimal): -11326204 or 273747. OLE color: 273747.

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

Color convert

RGB 83 45 4 -
CMYK 0 0.46 0.95 0.67
HSL 31.14º 0.91% 0.17% -
HSV(B) 31.14º 0.95% 0.33% -
XYZ 4.53 3.72 0.6 -
YUV 51.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 83 45 4 0 0.46 0.95 0.67 31.14 0.91 0.17
Hex 53 2D 4 0 2E 5F 43 1F 5B 11
Octal 123 55 4 0 56 137 103 37 133 21
Binary 1010011 101101 100 0 101110 1011111 1000011 11111 1011011 10001

Color Harmonies of #532D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D04

Black with #532D04

Text Example


Text Example

White with #532D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532D04; }

 p { color: rgb(83,45,4); }

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

background-color css

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

 a { background-color: rgb(83,45,4); }

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

border-color css

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

 span { border-color: rgb(83,45,4); }

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