Html Css Color HEX #533503 Baker's Chocolate

📋 copy color: '#533503'

red 83 ◦ green 53 ◦ blue 3

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

Shades of Baker's Chocolate #533503

Tints of Baker's Chocolate #533503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.13%

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

R = 59.71%
G = 38.13%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#533503 (or 0x533503) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 03. RGB value is (83,53,3). Sum of RGB (Red+Green+Blue) = 83+53+3=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #533503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533503 is #ACCAFC. Grayscale: #383838. Windows color (decimal): -11324157 or 210259. OLE color: 210259.

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

Color convert

RGB 83 53 3 -
CMYK 0 0.36 0.96 0.67
HSL 37.5º 0.93% 0.17% -
HSV(B) 37.5º 0.96% 0.33% -
XYZ 4.86 4.39 0.68 -
YUV 56.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 83 53 3 0 0.36 0.96 0.67 37.5 0.93 0.17
Hex 53 35 3 0 24 60 43 26 5D 11
Octal 123 65 3 0 44 140 103 46 135 21
Binary 1010011 110101 11 0 100100 1100000 1000011 100110 1011101 10001

Color Harmonies of #533503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533503

Black with #533503

Text Example


Text Example

White with #533503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533503; }

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

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

background-color css

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

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

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

border-color css

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

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

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