Html Css Color HEX #C4932F Nugget

📋 copy color: '#C4932F'

red 196 ◦ green 147 ◦ blue 47

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

Shades of Nugget #C4932F

Tints of Nugget #C4932F

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 47 (18.75% from 255) = 12.05%

R = 50.26%
G = 37.69%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4932F (or 0xC4932F) is known color: Nugget. HEX triplet: C4, 93 and 2F. RGB value is (196,147,47). Sum of RGB (Red+Green+Blue) = 196+147+47=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4932F is #3B6CD0. Grayscale: #969696. Windows color (decimal): -3894481 or 3118020. OLE color: 3118020.

HSL color Cylindrical-coordinate representation of color #C4932F: hue angle of 40.27º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4932F is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 47 -
CMYK 0 0.25 0.76 0.23
HSL 40.27º 0.61% 0.48% -
HSV(B) 40.27º 0.76% 0.77% -
XYZ 33.71 32.81 7.25 -
YUV 150.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 196 147 47 0 0.25 0.76 0.23 40.27 0.61 0.48
Hex C4 93 2F 0 19 4C 17 28 3D 30
Octal 304 223 57 0 31 114 27 50 75 60
Binary 11000100 10010011 101111 0 11001 1001100 10111 101000 111101 110000

Color Harmonies of #C4932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4932F

Black with #C4932F

Text Example


Text Example

White with #C4932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4932F; }

 p { color: rgb(196,147,47); }

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

background-color css

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

 a { background-color: rgb(196,147,47); }

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

border-color css

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

 span { border-color: rgb(196,147,47); }

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