Html Css Color HEX #533002 Baker's Chocolate

📋 copy color: '#533002'

red 83 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #533002

Tints of Baker's Chocolate #533002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 62.41%
G = 36.09%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#533002 (or 0x533002) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 02. RGB value is (83,48,2). Sum of RGB (Red+Green+Blue) = 83+48+2=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #533002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533002 is #ACCFFD. Grayscale: #353535. Windows color (decimal): -11325438 or 143443. OLE color: 143443.

HSL color Cylindrical-coordinate representation of color #533002: hue angle of 34.07º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #533002 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 2 -
CMYK 0 0.42 0.98 0.67
HSL 34.07º 0.95% 0.17% -
HSV(B) 34.07º 0.98% 0.33% -
XYZ 4.64 3.96 0.58 -
YUV 53.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 83 48 2 0 0.42 0.98 0.67 34.07 0.95 0.17
Hex 53 30 2 0 2A 62 43 22 5F 11
Octal 123 60 2 0 52 142 103 42 137 21
Binary 1010011 110000 10 0 101010 1100010 1000011 100010 1011111 10001

Color Harmonies of #533002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533002

Black with #533002

Text Example


Text Example

White with #533002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533002; }

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

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

background-color css

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

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

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

border-color css

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

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

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