Html Css Color HEX #534B23 Bronze Olive

📋 copy color: '#534B23'

red 83 ◦ green 75 ◦ blue 35

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

Shades of Bronze Olive #534B23

Tints of Bronze Olive #534B23

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

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

R = 43.01%
G = 38.86%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#534B23 (or 0x534B23) is known color: Bronze Olive. HEX triplet: 53, 4B and 23. RGB value is (83,75,35). Sum of RGB (Red+Green+Blue) = 83+75+35=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B23 is #ACB4DC. Grayscale: #494949. Windows color (decimal): -11318493 or 2313043. OLE color: 2313043.

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

Color convert

RGB 83 75 35 -
CMYK 0 0.10 0.58 0.67
HSL 50º 0.41% 0.23% -
HSV(B) 50º 0.58% 0.33% -
XYZ 6.39 6.99 2.6 -
YUV 72.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 83 75 35 0 0.10 0.58 0.67 50 0.41 0.23
Hex 53 4B 23 0 A 3A 43 32 29 17
Octal 123 113 43 0 12 72 103 62 51 27
Binary 1010011 1001011 100011 0 1010 111010 1000011 110010 101001 10111

Color Harmonies of #534B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B23

Black with #534B23

Text Example


Text Example

White with #534B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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