Html Css Color HEX #C3931E Nugget

📋 copy color: '#C3931E'

red 195 ◦ green 147 ◦ blue 30

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

Shades of Nugget #C3931E

Tints of Nugget #C3931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 52.42%
G = 39.52%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3931E (or 0xC3931E) is known color: Nugget. HEX triplet: C3, 93 and 1E. RGB value is (195,147,30). Sum of RGB (Red+Green+Blue) = 195+147+30=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3931E is #3C6CE1. Grayscale: #949494. Windows color (decimal): -3960034 or 2003907. OLE color: 2003907.

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

Color convert

RGB 195 147 30 -
CMYK 0 0.25 0.85 0.24
HSL 42.55º 0.73% 0.44% -
HSV(B) 42.55º 0.85% 0.76% -
XYZ 33.17 32.56 5.77 -
YUV 148.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 195 147 30 0 0.25 0.85 0.24 42.55 0.73 0.44
Hex C3 93 1E 0 19 55 18 2B 49 2C
Octal 303 223 36 0 31 125 30 53 111 54
Binary 11000011 10010011 11110 0 11001 1010101 11000 101011 1001001 101100

Color Harmonies of #C3931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3931E

Black with #C3931E

Text Example


Text Example

White with #C3931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3931E; }

 p { color: rgb(195,147,30); }

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

background-color css

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

 a { background-color: rgb(195,147,30); }

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

border-color css

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

 span { border-color: rgb(195,147,30); }

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