Html Css Color HEX #C1901F Nugget

📋 copy color: '#C1901F'

red 193 ◦ green 144 ◦ blue 31

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

Shades of Nugget #C1901F

Tints of Nugget #C1901F

RGB

 RED value IS 193 (75.78% from 255) = 52.45%

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 52.45%
G = 39.13%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1901F (or 0xC1901F) is known color: Nugget. HEX triplet: C1, 90 and 1F. RGB value is (193,144,31). Sum of RGB (Red+Green+Blue) = 193+144+31=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1901F is #3E6FE0. Grayscale: #929292. Windows color (decimal): -4091873 or 2068673. OLE color: 2068673.

HSL color Cylindrical-coordinate representation of color #C1901F: hue angle of 41.85º degrees, saturation: 0.72, 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 #C1901F is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 144 31 -
CMYK 0 0.25 0.84 0.24
HSL 41.85º 0.72% 0.44% -
HSV(B) 41.85º 0.84% 0.76% -
XYZ 32.21 31.38 5.66 -
YUV 145.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 193 144 31 0 0.25 0.84 0.24 41.85 0.72 0.44
Hex C1 90 1F 0 19 54 18 2A 48 2C
Octal 301 220 37 0 31 124 30 52 110 54
Binary 11000001 10010000 11111 0 11001 1010100 11000 101010 1001000 101100

Color Harmonies of #C1901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1901F

Black with #C1901F

Text Example


Text Example

White with #C1901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1901F; }

 p { color: rgb(193,144,31); }

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

background-color css

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

 a { background-color: rgb(193,144,31); }

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

border-color css

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

 span { border-color: rgb(193,144,31); }

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