Html Css Color HEX #532E07 Baker's Chocolate

📋 copy color: '#532E07'

red 83 ◦ green 46 ◦ blue 7

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

Shades of Baker's Chocolate #532E07

Tints of Baker's Chocolate #532E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.15%

R = 61.03%
G = 33.82%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#532E07 (or 0x532E07) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 07. RGB value is (83,46,7). Sum of RGB (Red+Green+Blue) = 83+46+7=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #532E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E07 is #ACD1F8. Grayscale: #343434. Windows color (decimal): -11325945 or 470611. OLE color: 470611.

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

Color convert

RGB 83 46 7 -
CMYK 0 0.45 0.92 0.67
HSL 30.79º 0.84% 0.18% -
HSV(B) 30.79º 0.92% 0.33% -
XYZ 4.58 3.81 0.69 -
YUV 52.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 83 46 7 0 0.45 0.92 0.67 30.79 0.84 0.18
Hex 53 2E 7 0 2D 5C 43 1F 54 12
Octal 123 56 7 0 55 134 103 37 124 22
Binary 1010011 101110 111 0 101101 1011100 1000011 11111 1010100 10010

Color Harmonies of #532E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E07

Black with #532E07

Text Example


Text Example

White with #532E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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