Html Css Color HEX #94735D Beaver

📋 copy color: '#94735D'

red 148 ◦ green 115 ◦ blue 93

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

Shades of Beaver #94735D

Tints of Beaver #94735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 41.57%
G = 32.3%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94735D (or 0x94735D) is known color: Beaver. HEX triplet: 94, 73 and 5D. RGB value is (148,115,93). Sum of RGB (Red+Green+Blue) = 148+115+93=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94735D is #6B8CA2. Grayscale: #7A7A7A. Windows color (decimal): -7048355 or 6124436. OLE color: 6124436.

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

Color convert

RGB 148 115 93 -
CMYK 0 0.22 0.37 0.42
HSL 24º 0.23% 0.47% -
HSV(B) 24º 0.37% 0.58% -
XYZ 20.32 19.35 13.02 -
YUV 122.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 148 115 93 0 0.22 0.37 0.42 24 0.23 0.47
Hex 94 73 5D 0 16 25 2A 18 17 2F
Octal 224 163 135 0 26 45 52 30 27 57
Binary 10010100 1110011 1011101 0 10110 100101 101010 11000 10111 101111

Color Harmonies of #94735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94735D

Black with #94735D

Text Example


Text Example

White with #94735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94735D; }

 p { color: rgb(148,115,93); }

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

background-color css

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

 a { background-color: rgb(148,115,93); }

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

border-color css

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

 span { border-color: rgb(148,115,93); }

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