Html Css Color HEX #C1871E Nugget

📋 copy color: '#C1871E'

red 193 ◦ green 135 ◦ blue 30

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

Shades of Nugget #C1871E

Tints of Nugget #C1871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 53.91%
G = 37.71%
B = 8.38%

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

#C1871E (or 0xC1871E) is known color: Nugget. HEX triplet: C1, 87 and 1E. RGB value is (193,135,30). Sum of RGB (Red+Green+Blue) = 193+135+30=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1871E is #3E78E1. Grayscale: #8C8C8C. Windows color (decimal): -4094178 or 2000833. OLE color: 2000833.

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

Color convert

RGB 193 135 30 -
CMYK 0 0.30 0.84 0.24
HSL 38.65º 0.73% 0.44% -
HSV(B) 38.65º 0.84% 0.76% -
XYZ 30.89 28.76 5.15 -
YUV 140.37 65.72 165.54 -
System Red Green Blue C M Y K H S L
Decimal 193 135 30 0 0.30 0.84 0.24 38.65 0.73 0.44
Hex C1 87 1E 0 1E 54 18 27 49 2C
Octal 301 207 36 0 36 124 30 47 111 54
Binary 11000001 10000111 11110 0 11110 1010100 11000 100111 1001001 101100

Color Harmonies of #C1871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1871E

Black with #C1871E

Text Example


Text Example

White with #C1871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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