Html Css Color HEX #534C0D Bronze Olive

📋 copy color: '#534C0D'

red 83 ◦ green 76 ◦ blue 13

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

Shades of Bronze Olive #534C0D

Tints of Bronze Olive #534C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.19%

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

R = 48.26%
G = 44.19%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#534C0D (or 0x534C0D) is known color: Bronze Olive. HEX triplet: 53, 4C and 0D. RGB value is (83,76,13). Sum of RGB (Red+Green+Blue) = 83+76+13=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C0D is #ACB3F2. Grayscale: #474747. Windows color (decimal): -11318259 or 871507. OLE color: 871507.

HSL color Cylindrical-coordinate representation of color #534C0D: hue angle of 54º 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 #534C0D is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 13 -
CMYK 0 0.08 0.84 0.67
HSL 54º 0.73% 0.19% -
HSV(B) 54º 0.84% 0.33% -
XYZ 6.22 7.04 1.41 -
YUV 70.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 83 76 13 0 0.08 0.84 0.67 54 0.73 0.19
Hex 53 4C D 0 8 54 43 36 49 13
Octal 123 114 15 0 10 124 103 66 111 23
Binary 1010011 1001100 1101 0 1000 1010100 1000011 110110 1001001 10011

Color Harmonies of #534C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C0D

Black with #534C0D

Text Example


Text Example

White with #534C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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