Html Css Color HEX #533000 Baker's Chocolate

📋 copy color: '#533000'

red 83 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #533000

Tints of Baker's Chocolate #533000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.64%

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

R = 63.36%
G = 36.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#533000 (or 0x533000) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 00. RGB value is (83,48,0). Sum of RGB (Red+Green+Blue) = 83+48+0=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #533000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533000 is #ACCFFF. Grayscale: #353535. Windows color (decimal): -11325440 or 12371. OLE color: 12371.

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

Color convert

RGB 83 48 0 -
CMYK 0 0.42 1 0.67
HSL 34.7º 1% 0.16% -
HSV(B) 34.7º 1% 0.33% -
XYZ 4.62 3.95 0.52 -
YUV 52.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 83 48 0 0 0.42 1 0.67 34.7 1 0.16
Hex 53 30 0 0 2A 64 43 23 64 10
Octal 123 60 0 0 52 144 103 43 144 20
Binary 1010011 110000 0 0 101010 1100100 1000011 100011 1100100 10000

Color Harmonies of #533000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533000

Black with #533000

Text Example


Text Example

White with #533000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533000; }

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

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

background-color css

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

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

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

border-color css

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

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

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