Html Css Color HEX #A33025 Brown

📋 copy color: '#A33025'

red 163 ◦ green 48 ◦ blue 37

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

Shades of Brown #A33025

Tints of Brown #A33025

RGB

 RED value IS 163 (64.06% from 255) = 65.73%

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 65.73%
G = 19.35%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A33025 (or 0xA33025) is known color: Brown. HEX triplet: A3, 30 and 25. RGB value is (163,48,37). Sum of RGB (Red+Green+Blue) = 163+48+37=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A33025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33025 is #5CCFDA. Grayscale: #515151. Windows color (decimal): -6082523 or 2437283. OLE color: 2437283.

HSL color Cylindrical-coordinate representation of color #A33025: hue angle of 5.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A33025 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 37 -
CMYK 0 0.71 0.77 0.36
HSL 5.24º 0.63% 0.39% -
HSV(B) 5.24º 0.77% 0.64% -
XYZ 16.5 10.03 2.82 -
YUV 81.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 163 48 37 0 0.71 0.77 0.36 5.24 0.63 0.39
Hex A3 30 25 0 47 4D 24 5 3F 27
Octal 243 60 45 0 107 115 44 5 77 47
Binary 10100011 110000 100101 0 1000111 1001101 100100 101 111111 100111

Color Harmonies of #A33025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33025

Black with #A33025

Text Example


Text Example

White with #A33025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33025; }

 p { color: rgb(163,48,37); }

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

background-color css

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

 a { background-color: rgb(163,48,37); }

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

border-color css

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

 span { border-color: rgb(163,48,37); }

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