Html Css Color HEX #52441A Bronze Olive

📋 copy color: '#52441A'

red 82 ◦ green 68 ◦ blue 26

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

Shades of Bronze Olive #52441A

Tints of Bronze Olive #52441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 46.59%
G = 38.64%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52441A (or 0x52441A) is known color: Bronze Olive. HEX triplet: 52, 44 and 1A. RGB value is (82,68,26). Sum of RGB (Red+Green+Blue) = 82+68+26=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52441A is #ADBBE5. Grayscale: #434343. Windows color (decimal): -11385830 or 1721426. OLE color: 1721426.

HSL color Cylindrical-coordinate representation of color #52441A: hue angle of 45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52441A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 26 -
CMYK 0 0.17 0.68 0.68
HSL 45º 0.52% 0.21% -
HSV(B) 45º 0.68% 0.32% -
XYZ 5.73 6 1.83 -
YUV 67.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 82 68 26 0 0.17 0.68 0.68 45 0.52 0.21
Hex 52 44 1A 0 11 44 44 2D 34 15
Octal 122 104 32 0 21 104 104 55 64 25
Binary 1010010 1000100 11010 0 10001 1000100 1000100 101101 110100 10101

Color Harmonies of #52441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52441A

Black with #52441A

Text Example


Text Example

White with #52441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52441A; }

 p { color: rgb(82,68,26); }

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

background-color css

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

 a { background-color: rgb(82,68,26); }

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

border-color css

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

 span { border-color: rgb(82,68,26); }

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