Html Css Color HEX #AB5B13 Golden Brown

📋 copy color: '#AB5B13'

red 171 ◦ green 91 ◦ blue 19

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

Shades of Golden Brown #AB5B13

Tints of Golden Brown #AB5B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 60.85%
G = 32.38%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5B13 (or 0xAB5B13) is known color: Golden Brown. HEX triplet: AB, 5B and 13. RGB value is (171,91,19). Sum of RGB (Red+Green+Blue) = 171+91+19=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5B13 is #54A4EC. Grayscale: #6B6B6B. Windows color (decimal): -5547245 or 1268651. OLE color: 1268651.

HSL color Cylindrical-coordinate representation of color #AB5B13: hue angle of 28.42º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB5B13 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 91 19 -
CMYK 0 0.47 0.89 0.33
HSL 28.42º 0.8% 0.37% -
HSV(B) 28.42º 0.89% 0.67% -
XYZ 20.65 16.19 2.65 -
YUV 106.71 78.5 173.85 -
System Red Green Blue C M Y K H S L
Decimal 171 91 19 0 0.47 0.89 0.33 28.42 0.8 0.37
Hex AB 5B 13 0 2F 59 21 1C 50 25
Octal 253 133 23 0 57 131 41 34 120 45
Binary 10101011 1011011 10011 0 101111 1011001 100001 11100 1010000 100101

Color Harmonies of #AB5B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B13

Black with #AB5B13

Text Example


Text Example

White with #AB5B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B13; }

 p { color: rgb(171,91,19); }

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

background-color css

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

 a { background-color: rgb(171,91,19); }

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

border-color css

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

 span { border-color: rgb(171,91,19); }

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