Html Css Color HEX #C39323 Nugget

📋 copy color: '#C39323'

red 195 ◦ green 147 ◦ blue 35

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

Shades of Nugget #C39323

Tints of Nugget #C39323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

 BLUE value IS 35 (14.06% from 255) = 9.28%

R = 51.72%
G = 38.99%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C39323 (or 0xC39323) is known color: Nugget. HEX triplet: C3, 93 and 23. RGB value is (195,147,35). Sum of RGB (Red+Green+Blue) = 195+147+35=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C39323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39323 is #3C6CDC. Grayscale: #959595. Windows color (decimal): -3960029 or 2331587. OLE color: 2331587.

HSL color Cylindrical-coordinate representation of color #C39323: hue angle of 42º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C39323 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 35 -
CMYK 0 0.25 0.82 0.24
HSL 42º 0.7% 0.45% -
HSV(B) 42º 0.82% 0.76% -
XYZ 33.24 32.59 6.13 -
YUV 148.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 195 147 35 0 0.25 0.82 0.24 42 0.7 0.45
Hex C3 93 23 0 19 52 18 2A 46 2D
Octal 303 223 43 0 31 122 30 52 106 55
Binary 11000011 10010011 100011 0 11001 1010010 11000 101010 1000110 101101

Color Harmonies of #C39323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39323

Black with #C39323

Text Example


Text Example

White with #C39323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39323; }

 p { color: rgb(195,147,35); }

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

background-color css

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

 a { background-color: rgb(195,147,35); }

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

border-color css

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

 span { border-color: rgb(195,147,35); }

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