Html Css Color HEX #94725F Beaver

📋 copy color: '#94725F'

red 148 ◦ green 114 ◦ blue 95

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

Shades of Beaver #94725F

Tints of Beaver #94725F

RGB

 RED value IS 148 (58.2% from 255) = 41.46%

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 41.46%
G = 31.93%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94725F (or 0x94725F) is known color: Beaver. HEX triplet: 94, 72 and 5F. RGB value is (148,114,95). Sum of RGB (Red+Green+Blue) = 148+114+95=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94725F is #6B8DA0. Grayscale: #7A7A7A. Windows color (decimal): -7048609 or 6255252. OLE color: 6255252.

HSL color Cylindrical-coordinate representation of color #94725F: hue angle of 21.51º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94725F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 114 95 -
CMYK 0 0.23 0.36 0.42
HSL 21.51º 0.22% 0.48% -
HSV(B) 21.51º 0.36% 0.58% -
XYZ 20.3 19.16 13.45 -
YUV 122 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 148 114 95 0 0.23 0.36 0.42 21.51 0.22 0.48
Hex 94 72 5F 0 17 24 2A 16 16 30
Octal 224 162 137 0 27 44 52 26 26 60
Binary 10010100 1110010 1011111 0 10111 100100 101010 10110 10110 110000

Color Harmonies of #94725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94725F

Black with #94725F

Text Example


Text Example

White with #94725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94725F; }

 p { color: rgb(148,114,95); }

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

background-color css

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

 a { background-color: rgb(148,114,95); }

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

border-color css

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

 span { border-color: rgb(148,114,95); }

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