Html Css Color HEX #C1881C Nugget

📋 copy color: '#C1881C'

red 193 ◦ green 136 ◦ blue 28

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

Shades of Nugget #C1881C

Tints of Nugget #C1881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 54.06%
G = 38.1%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1881C (or 0xC1881C) is known color: Nugget. HEX triplet: C1, 88 and 1C. RGB value is (193,136,28). Sum of RGB (Red+Green+Blue) = 193+136+28=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1881C is #3E77E3. Grayscale: #8D8D8D. Windows color (decimal): -4093924 or 1870017. OLE color: 1870017.

HSL color Cylindrical-coordinate representation of color #C1881C: hue angle of 39.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1881C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 28 -
CMYK 0 0.30 0.85 0.24
HSL 39.27º 0.75% 0.43% -
HSV(B) 39.27º 0.85% 0.76% -
XYZ 31.01 29.03 5.07 -
YUV 140.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 193 136 28 0 0.30 0.85 0.24 39.27 0.75 0.43
Hex C1 88 1C 0 1E 55 18 27 4B 2B
Octal 301 210 34 0 36 125 30 47 113 53
Binary 11000001 10001000 11100 0 11110 1010101 11000 100111 1001011 101011

Color Harmonies of #C1881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1881C

Black with #C1881C

Text Example


Text Example

White with #C1881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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