Html Css Color HEX #533808 Baker's Chocolate

📋 copy color: '#533808'

red 83 ◦ green 56 ◦ blue 8

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

Shades of Baker's Chocolate #533808

Tints of Baker's Chocolate #533808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

 BLUE value IS 8 (3.52% from 255) = 5.44%

R = 56.46%
G = 38.1%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#533808 (or 0x533808) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 08. RGB value is (83,56,8). Sum of RGB (Red+Green+Blue) = 83+56+8=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #533808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533808 is #ACC7F7. Grayscale: #3A3A3A. Windows color (decimal): -11323384 or 538707. OLE color: 538707.

HSL color Cylindrical-coordinate representation of color #533808: hue angle of 38.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #533808 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 56 8 -
CMYK 0 0.33 0.90 0.67
HSL 38.4º 0.82% 0.18% -
HSV(B) 38.4º 0.9% 0.33% -
XYZ 5.03 4.68 0.87 -
YUV 58.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 83 56 8 0 0.33 0.90 0.67 38.4 0.82 0.18
Hex 53 38 8 0 21 5A 43 26 52 12
Octal 123 70 10 0 41 132 103 46 122 22
Binary 1010011 111000 1000 0 100001 1011010 1000011 100110 1010010 10010

Color Harmonies of #533808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533808

Black with #533808

Text Example


Text Example

White with #533808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533808; }

 p { color: rgb(83,56,8); }

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

background-color css

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

 a { background-color: rgb(83,56,8); }

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

border-color css

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

 span { border-color: rgb(83,56,8); }

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