Html Css Color HEX #534318 Bronze Olive

📋 copy color: '#534318'

red 83 ◦ green 67 ◦ blue 24

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

Shades of Bronze Olive #534318

Tints of Bronze Olive #534318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 47.7%
G = 38.51%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#534318 (or 0x534318) is known color: Bronze Olive. HEX triplet: 53, 43 and 18. RGB value is (83,67,24). Sum of RGB (Red+Green+Blue) = 83+67+24=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534318 is #ACBCE7. Grayscale: #434343. Windows color (decimal): -11320552 or 1590099. OLE color: 1590099.

HSL color Cylindrical-coordinate representation of color #534318: hue angle of 43.73º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #534318 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 24 -
CMYK 0 0.19 0.71 0.67
HSL 43.73º 0.55% 0.21% -
HSV(B) 43.73º 0.71% 0.33% -
XYZ 5.74 5.92 1.7 -
YUV 66.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 83 67 24 0 0.19 0.71 0.67 43.73 0.55 0.21
Hex 53 43 18 0 13 47 43 2C 37 15
Octal 123 103 30 0 23 107 103 54 67 25
Binary 1010011 1000011 11000 0 10011 1000111 1000011 101100 110111 10101

Color Harmonies of #534318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534318

Black with #534318

Text Example


Text Example

White with #534318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534318; }

 p { color: rgb(83,67,24); }

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

background-color css

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

 a { background-color: rgb(83,67,24); }

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

border-color css

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

 span { border-color: rgb(83,67,24); }

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