Html Css Color HEX #5A433F Crater Brown

📋 copy color: '#5A433F'

red 90 ◦ green 67 ◦ blue 63

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

Shades of Crater Brown #5A433F

Tints of Crater Brown #5A433F

RGB

 RED value IS 90 (35.55% from 255) = 40.91%

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

 BLUE value IS 63 (25% from 255) = 28.64%

R = 40.91%
G = 30.45%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A433F (or 0x5A433F) is known color: Crater Brown. HEX triplet: 5A, 43 and 3F. RGB value is (90,67,63). Sum of RGB (Red+Green+Blue) = 90+67+63=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A433F is #A5BCC0. Grayscale: #494949. Windows color (decimal): -10861761 or 4146010. OLE color: 4146010.

HSL color Cylindrical-coordinate representation of color #5A433F: hue angle of 8.89º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A433F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 67 63 -
CMYK 0 0.26 0.30 0.65
HSL 8.89º 0.18% 0.3% -
HSV(B) 8.89º 0.3% 0.35% -
XYZ 7.12 6.55 5.59 -
YUV 73.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 90 67 63 0 0.26 0.30 0.65 8.89 0.18 0.3
Hex 5A 43 3F 0 1A 1E 41 9 12 1E
Octal 132 103 77 0 32 36 101 11 22 36
Binary 1011010 1000011 111111 0 11010 11110 1000001 1001 10010 11110

Color Harmonies of #5A433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A433F

Black with #5A433F

Text Example


Text Example

White with #5A433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A433F; }

 p { color: rgb(90,67,63); }

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

background-color css

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

 a { background-color: rgb(90,67,63); }

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

border-color css

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

 span { border-color: rgb(90,67,63); }

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