Html Css Color HEX #53423E Crater Brown

📋 copy color: '#53423E'

red 83 ◦ green 66 ◦ blue 62

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

Shades of Crater Brown #53423E

Tints of Crater Brown #53423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 39.34%
G = 31.28%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53423E (or 0x53423E) is known color: Crater Brown. HEX triplet: 53, 42 and 3E. RGB value is (83,66,62). Sum of RGB (Red+Green+Blue) = 83+66+62=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423E is #ACBDC1. Grayscale: #464646. Windows color (decimal): -11320770 or 4080211. OLE color: 4080211.

HSL color Cylindrical-coordinate representation of color #53423E: hue angle of 11.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53423E is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 62 -
CMYK 0 0.20 0.25 0.67
HSL 11.43º 0.14% 0.28% -
HSV(B) 11.43º 0.25% 0.33% -
XYZ 6.38 6.08 5.4 -
YUV 70.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 83 66 62 0 0.20 0.25 0.67 11.43 0.14 0.28
Hex 53 42 3E 0 14 19 43 B E 1C
Octal 123 102 76 0 24 31 103 13 16 34
Binary 1010011 1000010 111110 0 10100 11001 1000011 1011 1110 11100

Color Harmonies of #53423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53423E

Black with #53423E

Text Example


Text Example

White with #53423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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