Html Css Color HEX #A83325 Brown

📋 copy color: '#A83325'

red 168 ◦ green 51 ◦ blue 37

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

Shades of Brown #A83325

Tints of Brown #A83325

RGB

 RED value IS 168 (66.02% from 255) = 65.63%

 GREEN value IS 51 (20.31% from 255) = 19.92%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 65.63%
G = 19.92%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A83325 (or 0xA83325) is known color: Brown. HEX triplet: A8, 33 and 25. RGB value is (168,51,37). Sum of RGB (Red+Green+Blue) = 168+51+37=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A83325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83325 is #57CCDA. Grayscale: #545454. Windows color (decimal): -5754075 or 2438056. OLE color: 2438056.

HSL color Cylindrical-coordinate representation of color #A83325: hue angle of 6.41º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A83325 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 37 -
CMYK 0 0.70 0.78 0.34
HSL 6.41º 0.64% 0.4% -
HSV(B) 6.41º 0.78% 0.66% -
XYZ 17.67 10.83 2.91 -
YUV 84.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 168 51 37 0 0.70 0.78 0.34 6.41 0.64 0.4
Hex A8 33 25 0 46 4E 22 6 40 28
Octal 250 63 45 0 106 116 42 6 100 50
Binary 10101000 110011 100101 0 1000110 1001110 100010 110 1000000 101000

Color Harmonies of #A83325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83325

Black with #A83325

Text Example


Text Example

White with #A83325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83325; }

 p { color: rgb(168,51,37); }

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

background-color css

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

 a { background-color: rgb(168,51,37); }

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

border-color css

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

 span { border-color: rgb(168,51,37); }

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