Html Css Color HEX #C4942D Nugget

📋 copy color: '#C4942D'

red 196 ◦ green 148 ◦ blue 45

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

Shades of Nugget #C4942D

Tints of Nugget #C4942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 50.39%
G = 38.05%
B = 11.57%

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

#C4942D (or 0xC4942D) is known color: Nugget. HEX triplet: C4, 94 and 2D. RGB value is (196,148,45). Sum of RGB (Red+Green+Blue) = 196+148+45=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4942D is #3B6BD2. Grayscale: #979797. Windows color (decimal): -3894227 or 2987204. OLE color: 2987204.

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

Color convert

RGB 196 148 45 -
CMYK 0 0.24 0.77 0.23
HSL 40.93º 0.63% 0.47% -
HSV(B) 40.93º 0.77% 0.77% -
XYZ 33.83 33.11 7.09 -
YUV 150.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 196 148 45 0 0.24 0.77 0.23 40.93 0.63 0.47
Hex C4 94 2D 0 18 4D 17 29 3F 2F
Octal 304 224 55 0 30 115 27 51 77 57
Binary 11000100 10010100 101101 0 11000 1001101 10111 101001 111111 101111

Color Harmonies of #C4942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4942D

Black with #C4942D

Text Example


Text Example

White with #C4942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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