Html Css Color HEX #A55B13 Golden Brown

📋 copy color: '#A55B13'

red 165 ◦ green 91 ◦ blue 19

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

Shades of Golden Brown #A55B13

Tints of Golden Brown #A55B13

RGB

 RED value IS 165 (64.84% from 255) = 60%

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

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

R = 60%
G = 33.09%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A55B13 (or 0xA55B13) is known color: Golden Brown. HEX triplet: A5, 5B and 13. RGB value is (165,91,19). Sum of RGB (Red+Green+Blue) = 165+91+19=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55B13 is #5AA4EC. Grayscale: #696969. Windows color (decimal): -5940461 or 1268645. OLE color: 1268645.

HSL color Cylindrical-coordinate representation of color #A55B13: hue angle of 29.59º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A55B13 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 91 19 -
CMYK 0 0.45 0.88 0.35
HSL 29.59º 0.79% 0.36% -
HSV(B) 29.59º 0.88% 0.65% -
XYZ 19.38 15.53 2.59 -
YUV 104.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 165 91 19 0 0.45 0.88 0.35 29.59 0.79 0.36
Hex A5 5B 13 0 2D 58 23 1E 4F 24
Octal 245 133 23 0 55 130 43 36 117 44
Binary 10100101 1011011 10011 0 101101 1011000 100011 11110 1001111 100100

Color Harmonies of #A55B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B13

Black with #A55B13

Text Example


Text Example

White with #A55B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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