Html Css Color HEX #53423D Crater Brown

📋 copy color: '#53423D'

red 83 ◦ green 66 ◦ blue 61

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

Shades of Crater Brown #53423D

Tints of Crater Brown #53423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 39.52%
G = 31.43%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53423D (or 0x53423D) is known color: Crater Brown. HEX triplet: 53, 42 and 3D. RGB value is (83,66,61). Sum of RGB (Red+Green+Blue) = 83+66+61=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423D is #ACBDC2. Grayscale: #464646. Windows color (decimal): -11320771 or 4014675. OLE color: 4014675.

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

Color convert

RGB 83 66 61 -
CMYK 0 0.20 0.27 0.67
HSL 13.64º 0.15% 0.28% -
HSV(B) 13.64º 0.27% 0.33% -
XYZ 6.36 6.07 5.25 -
YUV 70.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 83 66 61 0 0.20 0.27 0.67 13.64 0.15 0.28
Hex 53 42 3D 0 14 1B 43 E F 1C
Octal 123 102 75 0 24 33 103 16 17 34
Binary 1010011 1000010 111101 0 10100 11011 1000011 1110 1111 11100

Color Harmonies of #53423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53423D

Black with #53423D

Text Example


Text Example

White with #53423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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