Html Css Color HEX #C39933 Nugget

📋 copy color: '#C39933'

red 195 ◦ green 153 ◦ blue 51

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

Shades of Nugget #C39933

Tints of Nugget #C39933

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 48.87%
G = 38.35%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C39933 (or 0xC39933) is known color: Nugget. HEX triplet: C3, 99 and 33. RGB value is (195,153,51). Sum of RGB (Red+Green+Blue) = 195+153+51=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C39933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39933 is #3C66CC. Grayscale: #9A9A9A. Windows color (decimal): -3958477 or 3381699. OLE color: 3381699.

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

Color convert

RGB 195 153 51 -
CMYK 0 0.22 0.74 0.24
HSL 42.5º 0.59% 0.48% -
HSV(B) 42.5º 0.74% 0.76% -
XYZ 34.49 34.62 8 -
YUV 153.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 195 153 51 0 0.22 0.74 0.24 42.5 0.59 0.48
Hex C3 99 33 0 16 4A 18 2A 3B 30
Octal 303 231 63 0 26 112 30 52 73 60
Binary 11000011 10011001 110011 0 10110 1001010 11000 101010 111011 110000

Color Harmonies of #C39933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39933

Black with #C39933

Text Example


Text Example

White with #C39933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39933; }

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

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

background-color css

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

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

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

border-color css

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

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

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