Html Css Color HEX #C4942B Nugget

📋 copy color: '#C4942B'

red 196 ◦ green 148 ◦ blue 43

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

Shades of Nugget #C4942B

Tints of Nugget #C4942B

RGB

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

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

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

R = 50.65%
G = 38.24%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4942B (or 0xC4942B) is known color: Nugget. HEX triplet: C4, 94 and 2B. RGB value is (196,148,43). Sum of RGB (Red+Green+Blue) = 196+148+43=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4942B is #3B6BD4. Grayscale: #969696. Windows color (decimal): -3894229 or 2856132. OLE color: 2856132.

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

Color convert

RGB 196 148 43 -
CMYK 0 0.24 0.78 0.23
HSL 41.18º 0.64% 0.47% -
HSV(B) 41.18º 0.78% 0.77% -
XYZ 33.79 33.09 6.89 -
YUV 150.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 196 148 43 0 0.24 0.78 0.23 41.18 0.64 0.47
Hex C4 94 2B 0 18 4E 17 29 40 2F
Octal 304 224 53 0 30 116 27 51 100 57
Binary 11000100 10010100 101011 0 11000 1001110 10111 101001 1000000 101111

Color Harmonies of #C4942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4942B

Black with #C4942B

Text Example


Text Example

White with #C4942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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