Html Css Color HEX #503302 Baker's Chocolate

📋 copy color: '#503302'

red 80 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #503302

Tints of Baker's Chocolate #503302

RGB

 RED value IS 80 (31.64% from 255) = 60.15%

 GREEN value IS 51 (20.31% from 255) = 38.35%

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

R = 60.15%
G = 38.35%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#503302 (or 0x503302) is known color: Baker's Chocolate. HEX triplet: 50, 33 and 02. RGB value is (80,51,2). Sum of RGB (Red+Green+Blue) = 80+51+2=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #503302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503302 is #AFCCFD. Grayscale: #363636. Windows color (decimal): -11521278 or 144208. OLE color: 144208.

HSL color Cylindrical-coordinate representation of color #503302: hue angle of 37.69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #503302 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 2 -
CMYK 0 0.36 0.98 0.69
HSL 37.69º 0.95% 0.16% -
HSV(B) 37.69º 0.98% 0.31% -
XYZ 4.5 4.08 0.61 -
YUV 54.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 80 51 2 0 0.36 0.98 0.69 37.69 0.95 0.16
Hex 50 33 2 0 24 62 45 26 5F 10
Octal 120 63 2 0 44 142 105 46 137 20
Binary 1010000 110011 10 0 100100 1100010 1000101 100110 1011111 10000

Color Harmonies of #503302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503302

Black with #503302

Text Example


Text Example

White with #503302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503302; }

 p { color: rgb(80,51,2); }

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

background-color css

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

 a { background-color: rgb(80,51,2); }

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

border-color css

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

 span { border-color: rgb(80,51,2); }

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