Html Css Color HEX #C38D25 Nugget

📋 copy color: '#C38D25'

red 195 ◦ green 141 ◦ blue 37

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

Shades of Nugget #C38D25

Tints of Nugget #C38D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

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

R = 52.28%
G = 37.8%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C38D25 (or 0xC38D25) is known color: Nugget. HEX triplet: C3, 8D and 25. RGB value is (195,141,37). Sum of RGB (Red+Green+Blue) = 195+141+37=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D25 is #3C72DA. Grayscale: #919191. Windows color (decimal): -3961563 or 2461123. OLE color: 2461123.

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

Color convert

RGB 195 141 37 -
CMYK 0 0.28 0.81 0.24
HSL 39.49º 0.68% 0.45% -
HSV(B) 39.49º 0.81% 0.76% -
XYZ 32.36 30.79 5.99 -
YUV 145.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 195 141 37 0 0.28 0.81 0.24 39.49 0.68 0.45
Hex C3 8D 25 0 1C 51 18 27 44 2D
Octal 303 215 45 0 34 121 30 47 104 55
Binary 11000011 10001101 100101 0 11100 1010001 11000 100111 1000100 101101

Color Harmonies of #C38D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D25

Black with #C38D25

Text Example


Text Example

White with #C38D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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