Html Css Color HEX #C39730 Nugget

📋 copy color: '#C39730'

red 195 ◦ green 151 ◦ blue 48

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

Shades of Nugget #C39730

Tints of Nugget #C39730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

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

R = 49.49%
G = 38.32%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C39730 (or 0xC39730) is known color: Nugget. HEX triplet: C3, 97 and 30. RGB value is (195,151,48). Sum of RGB (Red+Green+Blue) = 195+151+48=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C39730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39730 is #3C68CF. Grayscale: #989898. Windows color (decimal): -3958992 or 3184579. OLE color: 3184579.

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

Color convert

RGB 195 151 48 -
CMYK 0 0.23 0.75 0.24
HSL 42.04º 0.6% 0.48% -
HSV(B) 42.04º 0.75% 0.76% -
XYZ 34.11 33.95 7.55 -
YUV 152.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 195 151 48 0 0.23 0.75 0.24 42.04 0.6 0.48
Hex C3 97 30 0 17 4B 18 2A 3C 30
Octal 303 227 60 0 27 113 30 52 74 60
Binary 11000011 10010111 110000 0 10111 1001011 11000 101010 111100 110000

Color Harmonies of #C39730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39730

Black with #C39730

Text Example


Text Example

White with #C39730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39730; }

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

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

background-color css

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

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

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

border-color css

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

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

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