Html Css Color HEX #521C17 Red Oxide

📋 copy color: '#521C17'

red 82 ◦ green 28 ◦ blue 23

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

Shades of Red Oxide #521C17

Tints of Red Oxide #521C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 23 (9.38% from 255) = 17.29%

R = 61.65%
G = 21.05%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#521C17 (or 0x521C17) is known color: Red Oxide. HEX triplet: 52, 1C and 17. RGB value is (82,28,23). Sum of RGB (Red+Green+Blue) = 82+28+23=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #521C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C17 is #ADE3E8. Grayscale: #2B2B2B. Windows color (decimal): -11396073 or 1514578. OLE color: 1514578.

HSL color Cylindrical-coordinate representation of color #521C17: hue angle of 5.08º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521C17 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 23 -
CMYK 0 0.66 0.72 0.68
HSL 5.08º 0.56% 0.21% -
HSV(B) 5.08º 0.72% 0.32% -
XYZ 4.05 2.69 1.12 -
YUV 43.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 82 28 23 0 0.66 0.72 0.68 5.08 0.56 0.21
Hex 52 1C 17 0 42 48 44 5 38 15
Octal 122 34 27 0 102 110 104 5 70 25
Binary 1010010 11100 10111 0 1000010 1001000 1000100 101 111000 10101

Color Harmonies of #521C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C17

Black with #521C17

Text Example


Text Example

White with #521C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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