Html Css Color HEX #534442 Crater Brown

📋 copy color: '#534442'

red 83 ◦ green 68 ◦ blue 66

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

Shades of Crater Brown #534442

Tints of Crater Brown #534442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 38.25%
G = 31.34%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#534442 (or 0x534442) is known color: Crater Brown. HEX triplet: 53, 44 and 42. RGB value is (83,68,66). Sum of RGB (Red+Green+Blue) = 83+68+66=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534442 is #ACBBBD. Grayscale: #484848. Windows color (decimal): -11320254 or 4342867. OLE color: 4342867.

HSL color Cylindrical-coordinate representation of color #534442: hue angle of 7.06º 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 #534442 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 66 -
CMYK 0 0.18 0.20 0.67
HSL 7.06º 0.11% 0.29% -
HSV(B) 7.06º 0.2% 0.33% -
XYZ 6.62 6.37 6.03 -
YUV 72.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 83 68 66 0 0.18 0.20 0.67 7.06 0.11 0.29
Hex 53 44 42 0 12 14 43 7 B 1D
Octal 123 104 102 0 22 24 103 7 13 35
Binary 1010011 1000100 1000010 0 10010 10100 1000011 111 1011 11101

Color Harmonies of #534442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534442

Black with #534442

Text Example


Text Example

White with #534442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534442; }

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

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

background-color css

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

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

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

border-color css

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

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

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