Html Css Color HEX #534642 Crater Brown

📋 copy color: '#534642'

red 83 ◦ green 70 ◦ blue 66

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

Shades of Crater Brown #534642

Tints of Crater Brown #534642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 37.9%
G = 31.96%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#534642 (or 0x534642) is known color: Crater Brown. HEX triplet: 53, 46 and 42. RGB value is (83,70,66). Sum of RGB (Red+Green+Blue) = 83+70+66=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534642 is #ACB9BD. Grayscale: #494949. Windows color (decimal): -11319742 or 4343379. OLE color: 4343379.

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

Color convert

RGB 83 70 66 -
CMYK 0 0.16 0.20 0.67
HSL 14.12º 0.11% 0.29% -
HSV(B) 14.12º 0.2% 0.33% -
XYZ 6.74 6.61 6.08 -
YUV 73.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 83 70 66 0 0.16 0.20 0.67 14.12 0.11 0.29
Hex 53 46 42 0 10 14 43 E B 1D
Octal 123 106 102 0 20 24 103 16 13 35
Binary 1010011 1000110 1000010 0 10000 10100 1000011 1110 1011 11101

Color Harmonies of #534642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534642

Black with #534642

Text Example


Text Example

White with #534642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534642; }

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

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

background-color css

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

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

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

border-color css

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

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

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