Html Css Color HEX #533A00 Baker's Chocolate

📋 copy color: '#533A00'

red 83 ◦ green 58 ◦ blue 0

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

Shades of Baker's Chocolate #533A00

Tints of Baker's Chocolate #533A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.13%

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

R = 58.87%
G = 41.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533A00 (or 0x533A00) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 00. RGB value is (83,58,0). Sum of RGB (Red+Green+Blue) = 83+58+0=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A00 is #ACC5FF. Grayscale: #3B3B3B. Windows color (decimal): -11322880 or 14931. OLE color: 14931.

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

Color convert

RGB 83 58 0 -
CMYK 0 0.30 1 0.67
HSL 41.93º 1% 0.16% -
HSV(B) 41.93º 1% 0.33% -
XYZ 5.08 4.87 0.67 -
YUV 58.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 83 58 0 0 0.30 1 0.67 41.93 1 0.16
Hex 53 3A 0 0 1E 64 43 2A 64 10
Octal 123 72 0 0 36 144 103 52 144 20
Binary 1010011 111010 0 0 11110 1100100 1000011 101010 1100100 10000

Color Harmonies of #533A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A00

Black with #533A00

Text Example


Text Example

White with #533A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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