Html Css Color HEX #534240 Crater Brown

📋 copy color: '#534240'

red 83 ◦ green 66 ◦ blue 64

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

Shades of Crater Brown #534240

Tints of Crater Brown #534240

RGB

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

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

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

R = 38.97%
G = 30.99%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#534240 (or 0x534240) is known color: Crater Brown. HEX triplet: 53, 42 and 40. RGB value is (83,66,64). Sum of RGB (Red+Green+Blue) = 83+66+64=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534240 is #ACBDBF. Grayscale: #464646. Windows color (decimal): -11320768 or 4211283. OLE color: 4211283.

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

Color convert

RGB 83 66 64 -
CMYK 0 0.20 0.23 0.67
HSL 6.32º 0.13% 0.29% -
HSV(B) 6.32º 0.23% 0.33% -
XYZ 6.44 6.11 5.69 -
YUV 70.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 83 66 64 0 0.20 0.23 0.67 6.32 0.13 0.29
Hex 53 42 40 0 14 17 43 6 D 1D
Octal 123 102 100 0 24 27 103 6 15 35
Binary 1010011 1000010 1000000 0 10100 10111 1000011 110 1101 11101

Color Harmonies of #534240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534240

Black with #534240

Text Example


Text Example

White with #534240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534240; }

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

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

background-color css

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

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

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

border-color css

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

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

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