Html Css Color HEX #532007 Baker's Chocolate

📋 copy color: '#532007'

red 83 ◦ green 32 ◦ blue 7

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

Shades of Baker's Chocolate #532007

Tints of Baker's Chocolate #532007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

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

R = 68.03%
G = 26.23%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#532007 (or 0x532007) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 07. RGB value is (83,32,7). Sum of RGB (Red+Green+Blue) = 83+32+7=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532007 is #ACDFF8. Grayscale: #2C2C2C. Windows color (decimal): -11329529 or 467027. OLE color: 467027.

HSL color Cylindrical-coordinate representation of color #532007: hue angle of 19.74º 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 #532007 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 7 -
CMYK 0 0.61 0.92 0.67
HSL 19.74º 0.84% 0.18% -
HSV(B) 19.74º 0.92% 0.33% -
XYZ 4.12 2.89 0.54 -
YUV 44.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 83 32 7 0 0.61 0.92 0.67 19.74 0.84 0.18
Hex 53 20 7 0 3D 5C 43 14 54 12
Octal 123 40 7 0 75 134 103 24 124 22
Binary 1010011 100000 111 0 111101 1011100 1000011 10100 1010100 10010

Color Harmonies of #532007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532007

Black with #532007

Text Example


Text Example

White with #532007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532007; }

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

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

background-color css

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

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

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

border-color css

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

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

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