Html Css Color HEX #534340 Crater Brown

📋 copy color: '#534340'

red 83 ◦ green 67 ◦ blue 64

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

Shades of Crater Brown #534340

Tints of Crater Brown #534340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 38.79%
G = 31.31%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#534340 (or 0x534340) is known color: Crater Brown. HEX triplet: 53, 43 and 40. RGB value is (83,67,64). Sum of RGB (Red+Green+Blue) = 83+67+64=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534340 is #ACBCBF. Grayscale: #474747. Windows color (decimal): -11320512 or 4211539. OLE color: 4211539.

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

Color convert

RGB 83 67 64 -
CMYK 0 0.19 0.23 0.67
HSL 9.47º 0.13% 0.29% -
HSV(B) 9.47º 0.23% 0.33% -
XYZ 6.5 6.22 5.71 -
YUV 71.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 83 67 64 0 0.19 0.23 0.67 9.47 0.13 0.29
Hex 53 43 40 0 13 17 43 9 D 1D
Octal 123 103 100 0 23 27 103 11 15 35
Binary 1010011 1000011 1000000 0 10011 10111 1000011 1001 1101 11101

Color Harmonies of #534340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534340

Black with #534340

Text Example


Text Example

White with #534340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534340; }

 p { color: rgb(83,67,64); }

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

background-color css

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

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

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

border-color css

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

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

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