Html Css Color HEX #C3891F Nugget

📋 copy color: '#C3891F'

red 195 ◦ green 137 ◦ blue 31

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

Shades of Nugget #C3891F

Tints of Nugget #C3891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 53.72%
G = 37.74%
B = 8.54%

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

#C3891F (or 0xC3891F) is known color: Nugget. HEX triplet: C3, 89 and 1F. RGB value is (195,137,31). Sum of RGB (Red+Green+Blue) = 195+137+31=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3891F is #3C76E0. Grayscale: #8E8E8E. Windows color (decimal): -3962593 or 2066883. OLE color: 2066883.

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

Color convert

RGB 195 137 31 -
CMYK 0 0.30 0.84 0.24
HSL 38.78º 0.73% 0.44% -
HSV(B) 38.78º 0.84% 0.76% -
XYZ 31.7 29.59 5.34 -
YUV 142.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 195 137 31 0 0.30 0.84 0.24 38.78 0.73 0.44
Hex C3 89 1F 0 1E 54 18 27 49 2C
Octal 303 211 37 0 36 124 30 47 111 54
Binary 11000011 10001001 11111 0 11110 1010100 11000 100111 1001001 101100

Color Harmonies of #C3891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3891F

Black with #C3891F

Text Example


Text Example

White with #C3891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3891F; }

 p { color: rgb(195,137,31); }

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

background-color css

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

 a { background-color: rgb(195,137,31); }

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

border-color css

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

 span { border-color: rgb(195,137,31); }

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