Html Css Color HEX #52441B Bronze Olive

📋 copy color: '#52441B'

red 82 ◦ green 68 ◦ blue 27

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

Shades of Bronze Olive #52441B

Tints of Bronze Olive #52441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 46.33%
G = 38.42%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52441B (or 0x52441B) is known color: Bronze Olive. HEX triplet: 52, 44 and 1B. RGB value is (82,68,27). Sum of RGB (Red+Green+Blue) = 82+68+27=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52441B is #ADBBE4. Grayscale: #434343. Windows color (decimal): -11385829 or 1786962. OLE color: 1786962.

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

Color convert

RGB 82 68 27 -
CMYK 0 0.17 0.67 0.68
HSL 44.73º 0.5% 0.21% -
HSV(B) 44.73º 0.67% 0.32% -
XYZ 5.74 6.01 1.89 -
YUV 67.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 82 68 27 0 0.17 0.67 0.68 44.73 0.5 0.21
Hex 52 44 1B 0 11 43 44 2D 32 15
Octal 122 104 33 0 21 103 104 55 62 25
Binary 1010010 1000100 11011 0 10001 1000011 1000100 101101 110010 10101

Color Harmonies of #52441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52441B

Black with #52441B

Text Example


Text Example

White with #52441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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