Html Css Color HEX #C38D1F Nugget

📋 copy color: '#C38D1F'

red 195 ◦ green 141 ◦ blue 31

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

Shades of Nugget #C38D1F

Tints of Nugget #C38D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.45%

R = 53.13%
G = 38.42%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C38D1F (or 0xC38D1F) is known color: Nugget. HEX triplet: C3, 8D and 1F. RGB value is (195,141,31). Sum of RGB (Red+Green+Blue) = 195+141+31=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D1F is #3C72E0. Grayscale: #919191. Windows color (decimal): -3961569 or 2067907. OLE color: 2067907.

HSL color Cylindrical-coordinate representation of color #C38D1F: hue angle of 40.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C38D1F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 31 -
CMYK 0 0.28 0.84 0.24
HSL 40.24º 0.73% 0.44% -
HSV(B) 40.24º 0.84% 0.76% -
XYZ 32.28 30.75 5.53 -
YUV 144.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 195 141 31 0 0.28 0.84 0.24 40.24 0.73 0.44
Hex C3 8D 1F 0 1C 54 18 28 49 2C
Octal 303 215 37 0 34 124 30 50 111 54
Binary 11000011 10001101 11111 0 11100 1010100 11000 101000 1001001 101100

Color Harmonies of #C38D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D1F

Black with #C38D1F

Text Example


Text Example

White with #C38D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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