Html Css Color HEX #C4982C Nugget

📋 copy color: '#C4982C'

red 196 ◦ green 152 ◦ blue 44

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

Shades of Nugget #C4982C

Tints of Nugget #C4982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 50%
G = 38.78%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4982C (or 0xC4982C) is known color: Nugget. HEX triplet: C4, 98 and 2C. RGB value is (196,152,44). Sum of RGB (Red+Green+Blue) = 196+152+44=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4982C is #3B67D3. Grayscale: #999999. Windows color (decimal): -3893204 or 2922692. OLE color: 2922692.

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

Color convert

RGB 196 152 44 -
CMYK 0 0.22 0.78 0.23
HSL 42.63º 0.63% 0.47% -
HSV(B) 42.63º 0.78% 0.77% -
XYZ 34.45 34.37 7.2 -
YUV 152.84 66.58 158.78 -
System Red Green Blue C M Y K H S L
Decimal 196 152 44 0 0.22 0.78 0.23 42.63 0.63 0.47
Hex C4 98 2C 0 16 4E 17 2B 3F 2F
Octal 304 230 54 0 26 116 27 53 77 57
Binary 11000100 10011000 101100 0 10110 1001110 10111 101011 111111 101111

Color Harmonies of #C4982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4982C

Black with #C4982C

Text Example


Text Example

White with #C4982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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