Html Css Color HEX #533B04 Baker's Chocolate

📋 copy color: '#533B04'

red 83 ◦ green 59 ◦ blue 4

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

Shades of Baker's Chocolate #533B04

Tints of Baker's Chocolate #533B04

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.41%

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

R = 56.85%
G = 40.41%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#533B04 (or 0x533B04) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 04. RGB value is (83,59,4). Sum of RGB (Red+Green+Blue) = 83+59+4=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B04 is #ACC4FB. Grayscale: #3C3C3C. Windows color (decimal): -11322620 or 277331. OLE color: 277331.

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

Color convert

RGB 83 59 4 -
CMYK 0 0.29 0.95 0.67
HSL 41.77º 0.91% 0.17% -
HSV(B) 41.77º 0.95% 0.33% -
XYZ 5.15 4.98 0.8 -
YUV 59.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 83 59 4 0 0.29 0.95 0.67 41.77 0.91 0.17
Hex 53 3B 4 0 1D 5F 43 2A 5B 11
Octal 123 73 4 0 35 137 103 52 133 21
Binary 1010011 111011 100 0 11101 1011111 1000011 101010 1011011 10001

Color Harmonies of #533B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B04

Black with #533B04

Text Example


Text Example

White with #533B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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