Html Css Color HEX #52441F Bronze Olive

📋 copy color: '#52441F'

red 82 ◦ green 68 ◦ blue 31

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

Shades of Bronze Olive #52441F

Tints of Bronze Olive #52441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 45.3%
G = 37.57%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52441F (or 0x52441F) is known color: Bronze Olive. HEX triplet: 52, 44 and 1F. RGB value is (82,68,31). Sum of RGB (Red+Green+Blue) = 82+68+31=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52441F is #ADBBE0. Grayscale: #444444. Windows color (decimal): -11385825 or 2049106. OLE color: 2049106.

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

Color convert

RGB 82 68 31 -
CMYK 0 0.17 0.62 0.68
HSL 43.53º 0.45% 0.22% -
HSV(B) 43.53º 0.62% 0.32% -
XYZ 5.79 6.03 2.15 -
YUV 67.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 82 68 31 0 0.17 0.62 0.68 43.53 0.45 0.22
Hex 52 44 1F 0 11 3E 44 2C 2D 16
Octal 122 104 37 0 21 76 104 54 55 26
Binary 1010010 1000100 11111 0 10001 111110 1000100 101100 101101 10110

Color Harmonies of #52441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52441F

Black with #52441F

Text Example


Text Example

White with #52441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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