Html Css Color HEX #521708 Red Oxide

📋 copy color: '#521708'

red 82 ◦ green 23 ◦ blue 8

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

Shades of Red Oxide #521708

Tints of Red Oxide #521708

RGB

 RED value IS 82 (32.42% from 255) = 72.57%

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 72.57%
G = 20.35%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#521708 (or 0x521708) is known color: Red Oxide. HEX triplet: 52, 17 and 08. RGB value is (82,23,8). Sum of RGB (Red+Green+Blue) = 82+23+8=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #521708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521708 is #ADE8F7. Grayscale: #272727. Windows color (decimal): -11397368 or 530258. OLE color: 530258.

HSL color Cylindrical-coordinate representation of color #521708: hue angle of 12.16º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521708 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 23 8 -
CMYK 0 0.72 0.90 0.68
HSL 12.16º 0.82% 0.18% -
HSV(B) 12.16º 0.9% 0.32% -
XYZ 3.83 2.42 0.5 -
YUV 38.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 82 23 8 0 0.72 0.90 0.68 12.16 0.82 0.18
Hex 52 17 8 0 48 5A 44 C 52 12
Octal 122 27 10 0 110 132 104 14 122 22
Binary 1010010 10111 1000 0 1001000 1011010 1000100 1100 1010010 10010

Color Harmonies of #521708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521708

Black with #521708

Text Example


Text Example

White with #521708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521708; }

 p { color: rgb(82,23,8); }

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

background-color css

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

 a { background-color: rgb(82,23,8); }

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

border-color css

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

 span { border-color: rgb(82,23,8); }

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