Html Css Color HEX #534541 Crater Brown

📋 copy color: '#534541'

red 83 ◦ green 69 ◦ blue 65

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

Shades of Crater Brown #534541

Tints of Crater Brown #534541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 38.25%
G = 31.8%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#534541 (or 0x534541) is known color: Crater Brown. HEX triplet: 53, 45 and 41. RGB value is (83,69,65). Sum of RGB (Red+Green+Blue) = 83+69+65=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534541 is #ACBABE. Grayscale: #484848. Windows color (decimal): -11319999 or 4277587. OLE color: 4277587.

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

Color convert

RGB 83 69 65 -
CMYK 0 0.17 0.22 0.67
HSL 13.33º 0.12% 0.29% -
HSV(B) 13.33º 0.22% 0.33% -
XYZ 6.65 6.48 5.9 -
YUV 72.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 83 69 65 0 0.17 0.22 0.67 13.33 0.12 0.29
Hex 53 45 41 0 11 16 43 D C 1D
Octal 123 105 101 0 21 26 103 15 14 35
Binary 1010011 1000101 1000001 0 10001 10110 1000011 1101 1100 11101

Color Harmonies of #534541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534541

Black with #534541

Text Example


Text Example

White with #534541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534541; }

 p { color: rgb(83,69,65); }

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

background-color css

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

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

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

border-color css

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

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

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