Html Css Color HEX #534E0F Bronze Olive

📋 copy color: '#534E0F'

red 83 ◦ green 78 ◦ blue 15

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

Shades of Bronze Olive #534E0F

Tints of Bronze Olive #534E0F

RGB

 RED value IS 83 (32.81% from 255) = 47.16%

 GREEN value IS 78 (30.86% from 255) = 44.32%

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 47.16%
G = 44.32%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#534E0F (or 0x534E0F) is known color: Bronze Olive. HEX triplet: 53, 4E and 0F. RGB value is (83,78,15). Sum of RGB (Red+Green+Blue) = 83+78+15=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E0F is #ACB1F0. Grayscale: #484848. Windows color (decimal): -11317745 or 1003091. OLE color: 1003091.

HSL color Cylindrical-coordinate representation of color #534E0F: hue angle of 55.59º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #534E0F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 78 15 -
CMYK 0 0.06 0.82 0.67
HSL 55.59º 0.69% 0.19% -
HSV(B) 55.59º 0.82% 0.33% -
XYZ 6.38 7.32 1.53 -
YUV 72.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 83 78 15 0 0.06 0.82 0.67 55.59 0.69 0.19
Hex 53 4E F 0 6 52 43 38 45 13
Octal 123 116 17 0 6 122 103 70 105 23
Binary 1010011 1001110 1111 0 110 1010010 1000011 111000 1000101 10011

Color Harmonies of #534E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E0F

Black with #534E0F

Text Example


Text Example

White with #534E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534E0F; }

 p { color: rgb(83,78,15); }

 H1.HeaderClassName
 {
   color: #534E0F;
 }
 .AnyTagClassName
 {
   color: #534E0F;
 }
</style>

background-color css

<style>
 a { background-color: #534E0F; }

 a { background-color: rgb(83,78,15); }

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

border-color css

<style>
 span { border-color: #534E0F; }

 span { border-color: rgb(83,78,15); }

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