Html Css Color HEX #532C03 Baker's Chocolate

📋 copy color: '#532C03'

red 83 ◦ green 44 ◦ blue 3

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

Shades of Baker's Chocolate #532C03

Tints of Baker's Chocolate #532C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.31%

R = 63.85%
G = 33.85%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#532C03 (or 0x532C03) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 03. RGB value is (83,44,3). Sum of RGB (Red+Green+Blue) = 83+44+3=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #532C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C03 is #ACD3FC. Grayscale: #333333. Windows color (decimal): -11326461 or 207955. OLE color: 207955.

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

Color convert

RGB 83 44 3 -
CMYK 0 0.47 0.96 0.67
HSL 30.75º 0.93% 0.17% -
HSV(B) 30.75º 0.96% 0.33% -
XYZ 4.48 3.65 0.55 -
YUV 50.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 83 44 3 0 0.47 0.96 0.67 30.75 0.93 0.17
Hex 53 2C 3 0 2F 60 43 1F 5D 11
Octal 123 54 3 0 57 140 103 37 135 21
Binary 1010011 101100 11 0 101111 1100000 1000011 11111 1011101 10001

Color Harmonies of #532C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C03

Black with #532C03

Text Example


Text Example

White with #532C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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