Html Css Color HEX #94752B Corn Harvest

📋 copy color: '#94752B'

red 148 ◦ green 117 ◦ blue 43

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

Shades of Corn Harvest #94752B

Tints of Corn Harvest #94752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

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

R = 48.05%
G = 37.99%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94752B (or 0x94752B) is known color: Corn Harvest. HEX triplet: 94, 75 and 2B. RGB value is (148,117,43). Sum of RGB (Red+Green+Blue) = 148+117+43=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94752B is #6B8AD4. Grayscale: #767676. Windows color (decimal): -7047893 or 2848148. OLE color: 2848148.

HSL color Cylindrical-coordinate representation of color #94752B: hue angle of 42.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94752B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 43 -
CMYK 0 0.21 0.71 0.42
HSL 42.29º 0.55% 0.37% -
HSV(B) 42.29º 0.71% 0.58% -
XYZ 19.01 19.19 4.99 -
YUV 117.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 148 117 43 0 0.21 0.71 0.42 42.29 0.55 0.37
Hex 94 75 2B 0 15 47 2A 2A 37 25
Octal 224 165 53 0 25 107 52 52 67 45
Binary 10010100 1110101 101011 0 10101 1000111 101010 101010 110111 100101

Color Harmonies of #94752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94752B

Black with #94752B

Text Example


Text Example

White with #94752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,117,43); }

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

background-color css

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

 a { background-color: rgb(148,117,43); }

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

border-color css

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

 span { border-color: rgb(148,117,43); }

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