Html Css Color HEX #52441C Bronze Olive

📋 copy color: '#52441C'

red 82 ◦ green 68 ◦ blue 28

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

Shades of Bronze Olive #52441C

Tints of Bronze Olive #52441C

RGB

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

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

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

R = 46.07%
G = 38.2%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52441C (or 0x52441C) is known color: Bronze Olive. HEX triplet: 52, 44 and 1C. RGB value is (82,68,28). Sum of RGB (Red+Green+Blue) = 82+68+28=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52441C is #ADBBE3. Grayscale: #434343. Windows color (decimal): -11385828 or 1852498. OLE color: 1852498.

HSL color Cylindrical-coordinate representation of color #52441C: hue angle of 44.44º 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 #52441C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 28 -
CMYK 0 0.17 0.66 0.68
HSL 44.44º 0.49% 0.22% -
HSV(B) 44.44º 0.66% 0.32% -
XYZ 5.76 6.01 1.96 -
YUV 67.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 82 68 28 0 0.17 0.66 0.68 44.44 0.49 0.22
Hex 52 44 1C 0 11 42 44 2C 31 16
Octal 122 104 34 0 21 102 104 54 61 26
Binary 1010010 1000100 11100 0 10001 1000010 1000100 101100 110001 10110

Color Harmonies of #52441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52441C

Black with #52441C

Text Example


Text Example

White with #52441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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