Html Css Color HEX #532900 Baker's Chocolate

📋 copy color: '#532900'

red 83 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #532900

Tints of Baker's Chocolate #532900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

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

R = 66.94%
G = 33.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#532900 (or 0x532900) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 00. RGB value is (83,41,0). Sum of RGB (Red+Green+Blue) = 83+41+0=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #532900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532900 is #ACD6FF. Grayscale: #313131. Windows color (decimal): -11327232 or 10579. OLE color: 10579.

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

Color convert

RGB 83 41 0 -
CMYK 0 0.51 1 0.67
HSL 29.64º 1% 0.16% -
HSV(B) 29.64º 1% 0.33% -
XYZ 4.36 3.42 0.43 -
YUV 48.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 83 41 0 0 0.51 1 0.67 29.64 1 0.16
Hex 53 29 0 0 33 64 43 1E 64 10
Octal 123 51 0 0 63 144 103 36 144 20
Binary 1010011 101001 0 0 110011 1100100 1000011 11110 1100100 10000

Color Harmonies of #532900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532900

Black with #532900

Text Example


Text Example

White with #532900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532900; }

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

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

background-color css

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

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

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

border-color css

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

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

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