Html Css Color HEX #533003 Baker's Chocolate

📋 copy color: '#533003'

red 83 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #533003

Tints of Baker's Chocolate #533003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

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

R = 61.94%
G = 35.82%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#533003 (or 0x533003) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 03. RGB value is (83,48,3). Sum of RGB (Red+Green+Blue) = 83+48+3=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #533003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533003 is #ACCFFC. Grayscale: #353535. Windows color (decimal): -11325437 or 208979. OLE color: 208979.

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

Color convert

RGB 83 48 3 -
CMYK 0 0.42 0.96 0.67
HSL 33.75º 0.93% 0.17% -
HSV(B) 33.75º 0.96% 0.33% -
XYZ 4.64 3.96 0.61 -
YUV 53.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 83 48 3 0 0.42 0.96 0.67 33.75 0.93 0.17
Hex 53 30 3 0 2A 60 43 22 5D 11
Octal 123 60 3 0 52 140 103 42 135 21
Binary 1010011 110000 11 0 101010 1100000 1000011 100010 1011101 10001

Color Harmonies of #533003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533003

Black with #533003

Text Example


Text Example

White with #533003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533003; }

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

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

background-color css

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

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

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

border-color css

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

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

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