Html Css Color HEX #C39830 Nugget

📋 copy color: '#C39830'

red 195 ◦ green 152 ◦ blue 48

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

Shades of Nugget #C39830

Tints of Nugget #C39830

RGB

 RED value IS 195 (76.56% from 255) = 49.37%

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 49.37%
G = 38.48%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C39830 (or 0xC39830) is known color: Nugget. HEX triplet: C3, 98 and 30. RGB value is (195,152,48). Sum of RGB (Red+Green+Blue) = 195+152+48=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C39830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39830 is #3C67CF. Grayscale: #999999. Windows color (decimal): -3958736 or 3184835. OLE color: 3184835.

HSL color Cylindrical-coordinate representation of color #C39830: hue angle of 42.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C39830 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 152 48 -
CMYK 0 0.22 0.75 0.24
HSL 42.45º 0.6% 0.48% -
HSV(B) 42.45º 0.75% 0.76% -
XYZ 34.27 34.27 7.61 -
YUV 153 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 195 152 48 0 0.22 0.75 0.24 42.45 0.6 0.48
Hex C3 98 30 0 16 4B 18 2A 3C 30
Octal 303 230 60 0 26 113 30 52 74 60
Binary 11000011 10011000 110000 0 10110 1001011 11000 101010 111100 110000

Color Harmonies of #C39830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39830

Black with #C39830

Text Example


Text Example

White with #C39830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39830; }

 p { color: rgb(195,152,48); }

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

background-color css

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

 a { background-color: rgb(195,152,48); }

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

border-color css

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

 span { border-color: rgb(195,152,48); }

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