Html Css Color HEX #C3891D Nugget

📋 copy color: '#C3891D'

red 195 ◦ green 137 ◦ blue 29

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

Shades of Nugget #C3891D

Tints of Nugget #C3891D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 54.02%
G = 37.95%
B = 8.03%

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

#C3891D (or 0xC3891D) is known color: Nugget. HEX triplet: C3, 89 and 1D. RGB value is (195,137,29). Sum of RGB (Red+Green+Blue) = 195+137+29=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3891D is #3C76E2. Grayscale: #8E8E8E. Windows color (decimal): -3962595 or 1935811. OLE color: 1935811.

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

Color convert

RGB 195 137 29 -
CMYK 0 0.30 0.85 0.24
HSL 39.04º 0.74% 0.44% -
HSV(B) 39.04º 0.85% 0.76% -
XYZ 31.67 29.58 5.2 -
YUV 142.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 195 137 29 0 0.30 0.85 0.24 39.04 0.74 0.44
Hex C3 89 1D 0 1E 55 18 27 4A 2C
Octal 303 211 35 0 36 125 30 47 112 54
Binary 11000011 10001001 11101 0 11110 1010101 11000 100111 1001010 101100

Color Harmonies of #C3891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3891D

Black with #C3891D

Text Example


Text Example

White with #C3891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3891D; }

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

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

background-color css

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

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

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

border-color css

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

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

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