Html Css Color HEX #C39F33 Nugget

📋 copy color: '#C39F33'

red 195 ◦ green 159 ◦ blue 51

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

Shades of Nugget #C39F33

Tints of Nugget #C39F33

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

 BLUE value IS 51 (20.31% from 255) = 12.59%

R = 48.15%
G = 39.26%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C39F33 (or 0xC39F33) is known color: Nugget. HEX triplet: C3, 9F and 33. RGB value is (195,159,51). Sum of RGB (Red+Green+Blue) = 195+159+51=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39F33 is #3C60CC. Grayscale: #9D9D9D. Windows color (decimal): -3956941 or 3383235. OLE color: 3383235.

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

Color convert

RGB 195 159 51 -
CMYK 0 0.18 0.74 0.24
HSL 45º 0.59% 0.48% -
HSV(B) 45º 0.74% 0.76% -
XYZ 35.5 36.64 8.33 -
YUV 157.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 195 159 51 0 0.18 0.74 0.24 45 0.59 0.48
Hex C3 9F 33 0 12 4A 18 2D 3B 30
Octal 303 237 63 0 22 112 30 55 73 60
Binary 11000011 10011111 110011 0 10010 1001010 11000 101101 111011 110000

Color Harmonies of #C39F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39F33

Black with #C39F33

Text Example


Text Example

White with #C39F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39F33; }

 p { color: rgb(195,159,51); }

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

background-color css

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

 a { background-color: rgb(195,159,51); }

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

border-color css

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

 span { border-color: rgb(195,159,51); }

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