Html Css Color HEX #532C04 Baker's Chocolate

📋 copy color: '#532C04'

red 83 ◦ green 44 ◦ blue 4

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

Shades of Baker's Chocolate #532C04

Tints of Baker's Chocolate #532C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 63.36%
G = 33.59%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#532C04 (or 0x532C04) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 04. RGB value is (83,44,4). Sum of RGB (Red+Green+Blue) = 83+44+4=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #532C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C04 is #ACD3FB. Grayscale: #333333. Windows color (decimal): -11326460 or 273491. OLE color: 273491.

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

Color convert

RGB 83 44 4 -
CMYK 0 0.47 0.95 0.67
HSL 30.38º 0.91% 0.17% -
HSV(B) 30.38º 0.95% 0.33% -
XYZ 4.49 3.65 0.58 -
YUV 51.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 83 44 4 0 0.47 0.95 0.67 30.38 0.91 0.17
Hex 53 2C 4 0 2F 5F 43 1E 5B 11
Octal 123 54 4 0 57 137 103 36 133 21
Binary 1010011 101100 100 0 101111 1011111 1000011 11110 1011011 10001

Color Harmonies of #532C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C04

Black with #532C04

Text Example


Text Example

White with #532C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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