Html Css Color HEX #C3871C Nugget

📋 copy color: '#C3871C'

red 195 ◦ green 135 ◦ blue 28

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

Shades of Nugget #C3871C

Tints of Nugget #C3871C

RGB

 RED value IS 195 (76.56% from 255) = 54.47%

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

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

R = 54.47%
G = 37.71%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3871C (or 0xC3871C) is known color: Nugget. HEX triplet: C3, 87 and 1C. RGB value is (195,135,28). Sum of RGB (Red+Green+Blue) = 195+135+28=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3871C is #3C78E3. Grayscale: #8D8D8D. Windows color (decimal): -3963108 or 1869763. OLE color: 1869763.

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

Color convert

RGB 195 135 28 -
CMYK 0 0.31 0.86 0.24
HSL 38.44º 0.75% 0.44% -
HSV(B) 38.44º 0.86% 0.76% -
XYZ 31.38 29.01 5.04 -
YUV 140.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 195 135 28 0 0.31 0.86 0.24 38.44 0.75 0.44
Hex C3 87 1C 0 1F 56 18 26 4B 2C
Octal 303 207 34 0 37 126 30 46 113 54
Binary 11000011 10000111 11100 0 11111 1010110 11000 100110 1001011 101100

Color Harmonies of #C3871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3871C

Black with #C3871C

Text Example


Text Example

White with #C3871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3871C; }

 p { color: rgb(195,135,28); }

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

background-color css

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

 a { background-color: rgb(195,135,28); }

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

border-color css

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

 span { border-color: rgb(195,135,28); }

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