Html Css Color HEX #533A03 Baker's Chocolate

📋 copy color: '#533A03'

red 83 ◦ green 58 ◦ blue 3

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

Shades of Baker's Chocolate #533A03

Tints of Baker's Chocolate #533A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

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

R = 57.64%
G = 40.28%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#533A03 (or 0x533A03) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 03. RGB value is (83,58,3). Sum of RGB (Red+Green+Blue) = 83+58+3=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #533A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A03 is #ACC5FC. Grayscale: #3B3B3B. Windows color (decimal): -11322877 or 211539. OLE color: 211539.

HSL color Cylindrical-coordinate representation of color #533A03: hue angle of 41.25º 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 #533A03 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 3 -
CMYK 0 0.30 0.96 0.67
HSL 41.25º 0.93% 0.17% -
HSV(B) 41.25º 0.96% 0.33% -
XYZ 5.1 4.87 0.76 -
YUV 59.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 83 58 3 0 0.30 0.96 0.67 41.25 0.93 0.17
Hex 53 3A 3 0 1E 60 43 29 5D 11
Octal 123 72 3 0 36 140 103 51 135 21
Binary 1010011 111010 11 0 11110 1100000 1000011 101001 1011101 10001

Color Harmonies of #533A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A03

Black with #533A03

Text Example


Text Example

White with #533A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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