Html Css Color HEX #AB361F Brown

📋 copy color: '#AB361F'

red 171 ◦ green 54 ◦ blue 31

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

Shades of Brown #AB361F

Tints of Brown #AB361F

RGB

 RED value IS 171 (67.19% from 255) = 66.8%

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 66.8%
G = 21.09%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB361F (or 0xAB361F) is known color: Brown. HEX triplet: AB, 36 and 1F. RGB value is (171,54,31). Sum of RGB (Red+Green+Blue) = 171+54+31=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB361F is #54C9E0. Grayscale: #565656. Windows color (decimal): -5556705 or 2045611. OLE color: 2045611.

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

Color convert

RGB 171 54 31 -
CMYK 0 0.68 0.82 0.33
HSL 9.86º 0.69% 0.4% -
HSV(B) 9.86º 0.82% 0.67% -
XYZ 18.36 11.4 2.53 -
YUV 86.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 171 54 31 0 0.68 0.82 0.33 9.86 0.69 0.4
Hex AB 36 1F 0 44 52 21 A 45 28
Octal 253 66 37 0 104 122 41 12 105 50
Binary 10101011 110110 11111 0 1000100 1010010 100001 1010 1000101 101000

Color Harmonies of #AB361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB361F

Black with #AB361F

Text Example


Text Example

White with #AB361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB361F; }

 p { color: rgb(171,54,31); }

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

background-color css

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

 a { background-color: rgb(171,54,31); }

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

border-color css

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

 span { border-color: rgb(171,54,31); }

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