Html Css Color HEX #534323 Bronze Olive

📋 copy color: '#534323'

red 83 ◦ green 67 ◦ blue 35

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

Shades of Bronze Olive #534323

Tints of Bronze Olive #534323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 44.86%
G = 36.22%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#534323 (or 0x534323) is known color: Bronze Olive. HEX triplet: 53, 43 and 23. RGB value is (83,67,35). Sum of RGB (Red+Green+Blue) = 83+67+35=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534323 is #ACBCDC. Grayscale: #444444. Windows color (decimal): -11320541 or 2310995. OLE color: 2310995.

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

Color convert

RGB 83 67 35 -
CMYK 0 0.19 0.58 0.67
HSL 40º 0.41% 0.23% -
HSV(B) 40º 0.58% 0.33% -
XYZ 5.88 5.97 2.43 -
YUV 68.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 83 67 35 0 0.19 0.58 0.67 40 0.41 0.23
Hex 53 43 23 0 13 3A 43 28 29 17
Octal 123 103 43 0 23 72 103 50 51 27
Binary 1010011 1000011 100011 0 10011 111010 1000011 101000 101001 10111

Color Harmonies of #534323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534323

Black with #534323

Text Example


Text Example

White with #534323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534323; }

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

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

background-color css

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

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

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

border-color css

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

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

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