Html Css Color HEX #A5741B Hot Toddy

📋 copy color: '#A5741B'

red 165 ◦ green 116 ◦ blue 27

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

Shades of Hot Toddy #A5741B

Tints of Hot Toddy #A5741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 53.57%
G = 37.66%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5741B (or 0xA5741B) is known color: Hot Toddy. HEX triplet: A5, 74 and 1B. RGB value is (165,116,27). Sum of RGB (Red+Green+Blue) = 165+116+27=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5741B is #5A8BE4. Grayscale: #787878. Windows color (decimal): -5934053 or 1799333. OLE color: 1799333.

HSL color Cylindrical-coordinate representation of color #A5741B: hue angle of 38.7º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5741B is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 27 -
CMYK 0 0.30 0.84 0.35
HSL 38.7º 0.72% 0.38% -
HSV(B) 38.7º 0.84% 0.65% -
XYZ 21.96 20.57 3.85 -
YUV 120.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 165 116 27 0 0.30 0.84 0.35 38.7 0.72 0.38
Hex A5 74 1B 0 1E 54 23 27 48 26
Octal 245 164 33 0 36 124 43 47 110 46
Binary 10100101 1110100 11011 0 11110 1010100 100011 100111 1001000 100110

Color Harmonies of #A5741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5741B

Black with #A5741B

Text Example


Text Example

White with #A5741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5741B; }

 p { color: rgb(165,116,27); }

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

background-color css

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

 a { background-color: rgb(165,116,27); }

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

border-color css

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

 span { border-color: rgb(165,116,27); }

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