Html Css Color HEX #97422B Tia Maria

📋 copy color: '#97422B'

red 151 ◦ green 66 ◦ blue 43

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

Shades of Tia Maria #97422B

Tints of Tia Maria #97422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 58.08%
G = 25.38%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#97422B (or 0x97422B) is known color: Tia Maria. HEX triplet: 97, 42 and 2B. RGB value is (151,66,43). Sum of RGB (Red+Green+Blue) = 151+66+43=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97422B is #68BDD4. Grayscale: #585858. Windows color (decimal): -6864341 or 2835095. OLE color: 2835095.

HSL color Cylindrical-coordinate representation of color #97422B: hue angle of 12.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97422B is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 43 -
CMYK 0 0.56 0.72 0.41
HSL 12.78º 0.56% 0.38% -
HSV(B) 12.78º 0.72% 0.59% -
XYZ 15.15 10.65 3.54 -
YUV 88.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 151 66 43 0 0.56 0.72 0.41 12.78 0.56 0.38
Hex 97 42 2B 0 38 48 29 D 38 26
Octal 227 102 53 0 70 110 51 15 70 46
Binary 10010111 1000010 101011 0 111000 1001000 101001 1101 111000 100110

Color Harmonies of #97422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97422B

Black with #97422B

Text Example


Text Example

White with #97422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97422B; }

 p { color: rgb(151,66,43); }

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

background-color css

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

 a { background-color: rgb(151,66,43); }

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

border-color css

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

 span { border-color: rgb(151,66,43); }

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