Html Css Color HEX #C39425 Nugget

📋 copy color: '#C39425'

red 195 ◦ green 148 ◦ blue 37

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

Shades of Nugget #C39425

Tints of Nugget #C39425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 51.32%
G = 38.95%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39425 (or 0xC39425) is known color: Nugget. HEX triplet: C3, 94 and 25. RGB value is (195,148,37). Sum of RGB (Red+Green+Blue) = 195+148+37=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C39425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39425 is #3C6BDA. Grayscale: #959595. Windows color (decimal): -3959771 or 2462915. OLE color: 2462915.

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

Color convert

RGB 195 148 37 -
CMYK 0 0.24 0.81 0.24
HSL 42.15º 0.68% 0.45% -
HSV(B) 42.15º 0.81% 0.76% -
XYZ 33.43 32.92 6.34 -
YUV 149.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 195 148 37 0 0.24 0.81 0.24 42.15 0.68 0.45
Hex C3 94 25 0 18 51 18 2A 44 2D
Octal 303 224 45 0 30 121 30 52 104 55
Binary 11000011 10010100 100101 0 11000 1010001 11000 101010 1000100 101101

Color Harmonies of #C39425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39425

Black with #C39425

Text Example


Text Example

White with #C39425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39425; }

 p { color: rgb(195,148,37); }

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

background-color css

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

 a { background-color: rgb(195,148,37); }

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

border-color css

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

 span { border-color: rgb(195,148,37); }

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