Html Css Color HEX #C4952D Nugget

📋 copy color: '#C4952D'

red 196 ◦ green 149 ◦ blue 45

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

Shades of Nugget #C4952D

Tints of Nugget #C4952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 50.26%
G = 38.21%
B = 11.54%

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

#C4952D (or 0xC4952D) is known color: Nugget. HEX triplet: C4, 95 and 2D. RGB value is (196,149,45). Sum of RGB (Red+Green+Blue) = 196+149+45=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4952D is #3B6AD2. Grayscale: #979797. Windows color (decimal): -3893971 or 2987460. OLE color: 2987460.

HSL color Cylindrical-coordinate representation of color #C4952D: hue angle of 41.32º degrees, saturation: 0.63, 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 #C4952D is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 45 -
CMYK 0 0.24 0.77 0.23
HSL 41.32º 0.63% 0.47% -
HSV(B) 41.32º 0.77% 0.77% -
XYZ 33.99 33.42 7.14 -
YUV 151.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 196 149 45 0 0.24 0.77 0.23 41.32 0.63 0.47
Hex C4 95 2D 0 18 4D 17 29 3F 2F
Octal 304 225 55 0 30 115 27 51 77 57
Binary 11000100 10010101 101101 0 11000 1001101 10111 101001 111111 101111

Color Harmonies of #C4952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4952D

Black with #C4952D

Text Example


Text Example

White with #C4952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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