Html Css Color HEX #C1881F Nugget

📋 copy color: '#C1881F'

red 193 ◦ green 136 ◦ blue 31

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

Shades of Nugget #C1881F

Tints of Nugget #C1881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

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

R = 53.61%
G = 37.78%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1881F (or 0xC1881F) is known color: Nugget. HEX triplet: C1, 88 and 1F. RGB value is (193,136,31). Sum of RGB (Red+Green+Blue) = 193+136+31=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1881F is #3E77E0. Grayscale: #8D8D8D. Windows color (decimal): -4093921 or 2066625. OLE color: 2066625.

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

Color convert

RGB 193 136 31 -
CMYK 0 0.30 0.84 0.24
HSL 38.89º 0.72% 0.44% -
HSV(B) 38.89º 0.84% 0.76% -
XYZ 31.04 29.04 5.27 -
YUV 141.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 193 136 31 0 0.30 0.84 0.24 38.89 0.72 0.44
Hex C1 88 1F 0 1E 54 18 27 48 2C
Octal 301 210 37 0 36 124 30 47 110 54
Binary 11000001 10001000 11111 0 11110 1010100 11000 100111 1001000 101100

Color Harmonies of #C1881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1881F

Black with #C1881F

Text Example


Text Example

White with #C1881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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