Html Css Color HEX #C4891F Nugget

📋 copy color: '#C4891F'

red 196 ◦ green 137 ◦ blue 31

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

Shades of Nugget #C4891F

Tints of Nugget #C4891F

RGB

 RED value IS 196 (76.95% from 255) = 53.85%

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

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

R = 53.85%
G = 37.64%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4891F (or 0xC4891F) is known color: Nugget. HEX triplet: C4, 89 and 1F. RGB value is (196,137,31). Sum of RGB (Red+Green+Blue) = 196+137+31=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C4891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4891F is #3B76E0. Grayscale: #8F8F8F. Windows color (decimal): -3897057 or 2066884. OLE color: 2066884.

HSL color Cylindrical-coordinate representation of color #C4891F: hue angle of 38.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4891F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 31 -
CMYK 0 0.30 0.84 0.23
HSL 38.55º 0.73% 0.45% -
HSV(B) 38.55º 0.84% 0.77% -
XYZ 31.96 29.73 5.35 -
YUV 142.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 196 137 31 0 0.30 0.84 0.23 38.55 0.73 0.45
Hex C4 89 1F 0 1E 54 17 27 49 2D
Octal 304 211 37 0 36 124 27 47 111 55
Binary 11000100 10001001 11111 0 11110 1010100 10111 100111 1001001 101101

Color Harmonies of #C4891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4891F

Black with #C4891F

Text Example


Text Example

White with #C4891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4891F; }

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

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

background-color css

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

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

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

border-color css

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

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

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