Html Css Color HEX #C1881E Nugget

📋 copy color: '#C1881E'

red 193 ◦ green 136 ◦ blue 30

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

Shades of Nugget #C1881E

Tints of Nugget #C1881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 53.76%
G = 37.88%
B = 8.36%

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

#C1881E (or 0xC1881E) is known color: Nugget. HEX triplet: C1, 88 and 1E. RGB value is (193,136,30). Sum of RGB (Red+Green+Blue) = 193+136+30=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1881E is #3E77E1. Grayscale: #8D8D8D. Windows color (decimal): -4093922 or 2001089. OLE color: 2001089.

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

Color convert

RGB 193 136 30 -
CMYK 0 0.30 0.84 0.24
HSL 39.02º 0.73% 0.44% -
HSV(B) 39.02º 0.84% 0.76% -
XYZ 31.03 29.04 5.2 -
YUV 140.96 65.38 165.12 -
System Red Green Blue C M Y K H S L
Decimal 193 136 30 0 0.30 0.84 0.24 39.02 0.73 0.44
Hex C1 88 1E 0 1E 54 18 27 49 2C
Octal 301 210 36 0 36 124 30 47 111 54
Binary 11000001 10001000 11110 0 11110 1010100 11000 100111 1001001 101100

Color Harmonies of #C1881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1881E

Black with #C1881E

Text Example


Text Example

White with #C1881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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