Html Css Color HEX #97821E Hacienda

📋 copy color: '#97821E'

red 151 ◦ green 130 ◦ blue 30

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

Shades of Hacienda #97821E

Tints of Hacienda #97821E

RGB

 RED value IS 151 (59.38% from 255) = 48.55%

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 48.55%
G = 41.8%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#97821E (or 0x97821E) is known color: Hacienda. HEX triplet: 97, 82 and 1E. RGB value is (151,130,30). Sum of RGB (Red+Green+Blue) = 151+130+30=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97821E is #687DE1. Grayscale: #7D7D7D. Windows color (decimal): -6847970 or 1999511. OLE color: 1999511.

HSL color Cylindrical-coordinate representation of color #97821E: hue angle of 49.59º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97821E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 30 -
CMYK 0 0.14 0.80 0.41
HSL 49.59º 0.67% 0.35% -
HSV(B) 49.59º 0.8% 0.59% -
XYZ 20.98 22.64 4.49 -
YUV 124.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 151 130 30 0 0.14 0.80 0.41 49.59 0.67 0.35
Hex 97 82 1E 0 E 50 29 32 43 23
Octal 227 202 36 0 16 120 51 62 103 43
Binary 10010111 10000010 11110 0 1110 1010000 101001 110010 1000011 100011

Color Harmonies of #97821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97821E

Black with #97821E

Text Example


Text Example

White with #97821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97821E; }

 p { color: rgb(151,130,30); }

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

background-color css

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

 a { background-color: rgb(151,130,30); }

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

border-color css

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

 span { border-color: rgb(151,130,30); }

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