Html Css Color HEX #C4952E Nugget

📋 copy color: '#C4952E'

red 196 ◦ green 149 ◦ blue 46

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

Shades of Nugget #C4952E

Tints of Nugget #C4952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 50.13%
G = 38.11%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4952E (or 0xC4952E) is known color: Nugget. HEX triplet: C4, 95 and 2E. RGB value is (196,149,46). Sum of RGB (Red+Green+Blue) = 196+149+46=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4952E is #3B6AD1. Grayscale: #979797. Windows color (decimal): -3893970 or 3052996. OLE color: 3052996.

HSL color Cylindrical-coordinate representation of color #C4952E: hue angle of 41.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4952E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 46 -
CMYK 0 0.24 0.77 0.23
HSL 41.2º 0.62% 0.47% -
HSV(B) 41.2º 0.77% 0.77% -
XYZ 34.01 33.43 7.24 -
YUV 151.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 196 149 46 0 0.24 0.77 0.23 41.2 0.62 0.47
Hex C4 95 2E 0 18 4D 17 29 3E 2F
Octal 304 225 56 0 30 115 27 51 76 57
Binary 11000100 10010101 101110 0 11000 1001101 10111 101001 111110 101111

Color Harmonies of #C4952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4952E

Black with #C4952E

Text Example


Text Example

White with #C4952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4952E; }

 p { color: rgb(196,149,46); }

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

background-color css

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

 a { background-color: rgb(196,149,46); }

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

border-color css

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

 span { border-color: rgb(196,149,46); }

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