Html Css Color HEX #534242 Woody Brown

📋 copy color: '#534242'

red 83 ◦ green 66 ◦ blue 66

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

Shades of Woody Brown #534242

Tints of Woody Brown #534242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 38.6%
G = 30.7%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#534242 (or 0x534242) is known color: Woody Brown. HEX triplet: 53, 42 and 42. RGB value is (83,66,66). Sum of RGB (Red+Green+Blue) = 83+66+66=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534242 is #ACBDBD. Grayscale: #474747. Windows color (decimal): -11320766 or 4342355. OLE color: 4342355.

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

Color convert

RGB 83 66 66 -
CMYK 0 0.20 0.20 0.67
HSL 0.11% 0.29% -
HSV(B) 0.2% 0.33% -
XYZ 6.5 6.13 5.99 -
YUV 71.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 83 66 66 0 0.20 0.20 0.67 0 0.11 0.29
Hex 53 42 42 0 14 14 43 0 B 1D
Octal 123 102 102 0 24 24 103 0 13 35
Binary 1010011 1000010 1000010 0 10100 10100 1000011 0 1011 11101

Color Harmonies of #534242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534242

Black with #534242

Text Example


Text Example

White with #534242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534242; }

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

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

background-color css

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

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

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

border-color css

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

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

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