Html Css Color HEX #A4351E Brown

📋 copy color: '#A4351E'

red 164 ◦ green 53 ◦ blue 30

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

Shades of Brown #A4351E

Tints of Brown #A4351E

RGB

 RED value IS 164 (64.45% from 255) = 66.4%

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 66.4%
G = 21.46%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4351E (or 0xA4351E) is known color: Brown. HEX triplet: A4, 35 and 1E. RGB value is (164,53,30). Sum of RGB (Red+Green+Blue) = 164+53+30=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A4351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4351E is #5BCAE1. Grayscale: #535353. Windows color (decimal): -6015714 or 1979812. OLE color: 1979812.

HSL color Cylindrical-coordinate representation of color #A4351E: hue angle of 10.3º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4351E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 30 -
CMYK 0 0.68 0.82 0.36
HSL 10.3º 0.69% 0.38% -
HSV(B) 10.3º 0.82% 0.64% -
XYZ 16.82 10.53 2.37 -
YUV 83.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 164 53 30 0 0.68 0.82 0.36 10.3 0.69 0.38
Hex A4 35 1E 0 44 52 24 A 45 26
Octal 244 65 36 0 104 122 44 12 105 46
Binary 10100100 110101 11110 0 1000100 1010010 100100 1010 1000101 100110

Color Harmonies of #A4351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4351E

Black with #A4351E

Text Example


Text Example

White with #A4351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4351E; }

 p { color: rgb(164,53,30); }

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

background-color css

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

 a { background-color: rgb(164,53,30); }

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

border-color css

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

 span { border-color: rgb(164,53,30); }

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