Html Css Color HEX #534E0D Bronze Olive

📋 copy color: '#534E0D'

red 83 ◦ green 78 ◦ blue 13

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

Shades of Bronze Olive #534E0D

Tints of Bronze Olive #534E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 47.7%
G = 44.83%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#534E0D (or 0x534E0D) is known color: Bronze Olive. HEX triplet: 53, 4E and 0D. RGB value is (83,78,13). Sum of RGB (Red+Green+Blue) = 83+78+13=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E0D is #ACB1F2. Grayscale: #484848. Windows color (decimal): -11317747 or 872019. OLE color: 872019.

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

Color convert

RGB 83 78 13 -
CMYK 0 0.06 0.84 0.67
HSL 55.71º 0.73% 0.19% -
HSV(B) 55.71º 0.84% 0.33% -
XYZ 6.36 7.32 1.46 -
YUV 72.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 83 78 13 0 0.06 0.84 0.67 55.71 0.73 0.19
Hex 53 4E D 0 6 54 43 38 49 13
Octal 123 116 15 0 6 124 103 70 111 23
Binary 1010011 1001110 1101 0 110 1010100 1000011 111000 1001001 10011

Color Harmonies of #534E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E0D

Black with #534E0D

Text Example


Text Example

White with #534E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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