Html Css Color HEX #533600 Baker's Chocolate

📋 copy color: '#533600'

red 83 ◦ green 54 ◦ blue 0

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

Shades of Baker's Chocolate #533600

Tints of Baker's Chocolate #533600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.58%
G = 39.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533600 (or 0x533600) is known color: Baker's Chocolate. HEX triplet: 53, 36 and 00. RGB value is (83,54,0). Sum of RGB (Red+Green+Blue) = 83+54+0=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #533600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533600 is #ACC9FF. Grayscale: #383838. Windows color (decimal): -11323904 or 13907. OLE color: 13907.

HSL color Cylindrical-coordinate representation of color #533600: hue angle of 39.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533600 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 54 0 -
CMYK 0 0.35 1 0.67
HSL 39.04º 1% 0.16% -
HSV(B) 39.04º 1% 0.33% -
XYZ 4.89 4.48 0.61 -
YUV 56.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 83 54 0 0 0.35 1 0.67 39.04 1 0.16
Hex 53 36 0 0 23 64 43 27 64 10
Octal 123 66 0 0 43 144 103 47 144 20
Binary 1010011 110110 0 0 100011 1100100 1000011 100111 1100100 10000

Color Harmonies of #533600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533600

Black with #533600

Text Example


Text Example

White with #533600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533600; }

 p { color: rgb(83,54,0); }

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

background-color css

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

 a { background-color: rgb(83,54,0); }

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

border-color css

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

 span { border-color: rgb(83,54,0); }

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