Html Css Color HEX #532E06 Baker's Chocolate

📋 copy color: '#532E06'

red 83 ◦ green 46 ◦ blue 6

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

Shades of Baker's Chocolate #532E06

Tints of Baker's Chocolate #532E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.07%

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 61.48%
G = 34.07%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#532E06 (or 0x532E06) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 06. RGB value is (83,46,6). Sum of RGB (Red+Green+Blue) = 83+46+6=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E06 is #ACD1F9. Grayscale: #343434. Windows color (decimal): -11325946 or 405075. OLE color: 405075.

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

Color convert

RGB 83 46 6 -
CMYK 0 0.45 0.93 0.67
HSL 31.17º 0.87% 0.17% -
HSV(B) 31.17º 0.93% 0.33% -
XYZ 4.58 3.81 0.67 -
YUV 52.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 83 46 6 0 0.45 0.93 0.67 31.17 0.87 0.17
Hex 53 2E 6 0 2D 5D 43 1F 57 11
Octal 123 56 6 0 55 135 103 37 127 21
Binary 1010011 101110 110 0 101101 1011101 1000011 11111 1010111 10001

Color Harmonies of #532E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E06

Black with #532E06

Text Example


Text Example

White with #532E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,46,6); }

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

background-color css

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

 a { background-color: rgb(83,46,6); }

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

border-color css

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

 span { border-color: rgb(83,46,6); }

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