Html Css Color HEX #532C0D Baker's Chocolate

📋 copy color: '#532C0D'

red 83 ◦ green 44 ◦ blue 13

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

Shades of Baker's Chocolate #532C0D

Tints of Baker's Chocolate #532C0D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.43%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 59.29%
G = 31.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#532C0D (or 0x532C0D) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 0D. RGB value is (83,44,13). Sum of RGB (Red+Green+Blue) = 83+44+13=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C0D is #ACD3F2. Grayscale: #343434. Windows color (decimal): -11326451 or 863315. OLE color: 863315.

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

Color convert

RGB 83 44 13 -
CMYK 0 0.47 0.84 0.67
HSL 26.57º 0.73% 0.19% -
HSV(B) 26.57º 0.84% 0.33% -
XYZ 4.54 3.67 0.85 -
YUV 52.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 83 44 13 0 0.47 0.84 0.67 26.57 0.73 0.19
Hex 53 2C D 0 2F 54 43 1B 49 13
Octal 123 54 15 0 57 124 103 33 111 23
Binary 1010011 101100 1101 0 101111 1010100 1000011 11011 1001001 10011

Color Harmonies of #532C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C0D

Black with #532C0D

Text Example


Text Example

White with #532C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,44,13); }

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

background-color css

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

 a { background-color: rgb(83,44,13); }

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

border-color css

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

 span { border-color: rgb(83,44,13); }

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