Html Css Color HEX #533B00 Baker's Chocolate

📋 copy color: '#533B00'

red 83 ◦ green 59 ◦ blue 0

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

Shades of Baker's Chocolate #533B00

Tints of Baker's Chocolate #533B00

RGB

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

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

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

R = 58.45%
G = 41.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533B00 (or 0x533B00) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 00. RGB value is (83,59,0). Sum of RGB (Red+Green+Blue) = 83+59+0=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B00 is #ACC4FF. Grayscale: #3B3B3B. Windows color (decimal): -11322624 or 15187. OLE color: 15187.

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

Color convert

RGB 83 59 0 -
CMYK 0 0.29 1 0.67
HSL 42.65º 1% 0.16% -
HSV(B) 42.65º 1% 0.33% -
XYZ 5.13 4.97 0.69 -
YUV 59.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 83 59 0 0 0.29 1 0.67 42.65 1 0.16
Hex 53 3B 0 0 1D 64 43 2B 64 10
Octal 123 73 0 0 35 144 103 53 144 20
Binary 1010011 111011 0 0 11101 1100100 1000011 101011 1100100 10000

Color Harmonies of #533B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B00

Black with #533B00

Text Example


Text Example

White with #533B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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