Html Css Color HEX #52451C Bronze Olive

📋 copy color: '#52451C'

red 82 ◦ green 69 ◦ blue 28

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

Shades of Bronze Olive #52451C

Tints of Bronze Olive #52451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.55%

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 45.81%
G = 38.55%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52451C (or 0x52451C) is known color: Bronze Olive. HEX triplet: 52, 45 and 1C. RGB value is (82,69,28). Sum of RGB (Red+Green+Blue) = 82+69+28=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52451C is #ADBAE3. Grayscale: #444444. Windows color (decimal): -11385572 or 1852754. OLE color: 1852754.

HSL color Cylindrical-coordinate representation of color #52451C: hue angle of 45.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52451C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 69 28 -
CMYK 0 0.16 0.66 0.68
HSL 45.56º 0.49% 0.22% -
HSV(B) 45.56º 0.66% 0.32% -
XYZ 5.82 6.13 1.98 -
YUV 68.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 82 69 28 0 0.16 0.66 0.68 45.56 0.49 0.22
Hex 52 45 1C 0 10 42 44 2E 31 16
Octal 122 105 34 0 20 102 104 56 61 26
Binary 1010010 1000101 11100 0 10000 1000010 1000100 101110 110001 10110

Color Harmonies of #52451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52451C

Black with #52451C

Text Example


Text Example

White with #52451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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