Html Css Color HEX #C4902C Nugget

📋 copy color: '#C4902C'

red 196 ◦ green 144 ◦ blue 44

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

Shades of Nugget #C4902C

Tints of Nugget #C4902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 51.04%
G = 37.5%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4902C (or 0xC4902C) is known color: Nugget. HEX triplet: C4, 90 and 2C. RGB value is (196,144,44). Sum of RGB (Red+Green+Blue) = 196+144+44=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4902C is #3B6FD3. Grayscale: #949494. Windows color (decimal): -3895252 or 2920644. OLE color: 2920644.

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

Color convert

RGB 196 144 44 -
CMYK 0 0.27 0.78 0.23
HSL 39.47º 0.63% 0.47% -
HSV(B) 39.47º 0.78% 0.77% -
XYZ 33.19 31.86 6.78 -
YUV 148.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 196 144 44 0 0.27 0.78 0.23 39.47 0.63 0.47
Hex C4 90 2C 0 1B 4E 17 27 3F 2F
Octal 304 220 54 0 33 116 27 47 77 57
Binary 11000100 10010000 101100 0 11011 1001110 10111 100111 111111 101111

Color Harmonies of #C4902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4902C

Black with #C4902C

Text Example


Text Example

White with #C4902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4902C; }

 p { color: rgb(196,144,44); }

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

background-color css

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

 a { background-color: rgb(196,144,44); }

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

border-color css

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

 span { border-color: rgb(196,144,44); }

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