Html Css Color HEX #534545 Woody Brown

📋 copy color: '#534545'

red 83 ◦ green 69 ◦ blue 69

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

Shades of Woody Brown #534545

Tints of Woody Brown #534545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

 BLUE value IS 69 (27.34% from 255) = 31.22%

R = 37.56%
G = 31.22%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#534545 (or 0x534545) is known color: Woody Brown. HEX triplet: 53, 45 and 45. RGB value is (83,69,69). Sum of RGB (Red+Green+Blue) = 83+69+69=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534545 is #ACBABA. Grayscale: #494949. Windows color (decimal): -11319995 or 4539731. OLE color: 4539731.

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

Color convert

RGB 83 69 69 -
CMYK 0 0.17 0.17 0.67
HSL 0.09% 0.3% -
HSV(B) 0.17% 0.33% -
XYZ 6.77 6.52 6.53 -
YUV 73.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 83 69 69 0 0.17 0.17 0.67 0 0.09 0.3
Hex 53 45 45 0 11 11 43 0 9 1E
Octal 123 105 105 0 21 21 103 0 11 36
Binary 1010011 1000101 1000101 0 10001 10001 1000011 0 1001 11110

Color Harmonies of #534545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534545

Black with #534545

Text Example


Text Example

White with #534545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534545; }

 p { color: rgb(83,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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