Html Css Color HEX #C39530 Nugget

📋 copy color: '#C39530'

red 195 ◦ green 149 ◦ blue 48

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

Shades of Nugget #C39530

Tints of Nugget #C39530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

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

R = 49.74%
G = 38.01%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C39530 (or 0xC39530) is known color: Nugget. HEX triplet: C3, 95 and 30. RGB value is (195,149,48). Sum of RGB (Red+Green+Blue) = 195+149+48=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C39530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39530 is #3C6ACF. Grayscale: #979797. Windows color (decimal): -3959504 or 3184067. OLE color: 3184067.

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

Color convert

RGB 195 149 48 -
CMYK 0 0.24 0.75 0.24
HSL 41.22º 0.6% 0.48% -
HSV(B) 41.22º 0.75% 0.76% -
XYZ 33.79 33.31 7.45 -
YUV 151.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 195 149 48 0 0.24 0.75 0.24 41.22 0.6 0.48
Hex C3 95 30 0 18 4B 18 29 3C 30
Octal 303 225 60 0 30 113 30 51 74 60
Binary 11000011 10010101 110000 0 11000 1001011 11000 101001 111100 110000

Color Harmonies of #C39530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39530

Black with #C39530

Text Example


Text Example

White with #C39530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39530; }

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

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

background-color css

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

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

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

border-color css

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

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

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