Html Css Color HEX #502B08 Baker's Chocolate

📋 copy color: '#502B08'

red 80 ◦ green 43 ◦ blue 8

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

Shades of Baker's Chocolate #502B08

Tints of Baker's Chocolate #502B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.82%

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 61.07%
G = 32.82%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#502B08 (or 0x502B08) is known color: Baker's Chocolate. HEX triplet: 50, 2B and 08. RGB value is (80,43,8). Sum of RGB (Red+Green+Blue) = 80+43+8=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B08 is #AFD4F7. Grayscale: #323232. Windows color (decimal): -11523320 or 535376. OLE color: 535376.

HSL color Cylindrical-coordinate representation of color #502B08: hue angle of 29.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #502B08 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 8 -
CMYK 0 0.46 0.90 0.69
HSL 29.17º 0.82% 0.17% -
HSV(B) 29.17º 0.9% 0.31% -
XYZ 4.22 3.45 0.67 -
YUV 50.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 80 43 8 0 0.46 0.90 0.69 29.17 0.82 0.17
Hex 50 2B 8 0 2E 5A 45 1D 52 11
Octal 120 53 10 0 56 132 105 35 122 21
Binary 1010000 101011 1000 0 101110 1011010 1000101 11101 1010010 10001

Color Harmonies of #502B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B08

Black with #502B08

Text Example


Text Example

White with #502B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B08; }

 p { color: rgb(80,43,8); }

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

background-color css

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

 a { background-color: rgb(80,43,8); }

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

border-color css

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

 span { border-color: rgb(80,43,8); }

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