Html Css Color HEX #C3881B Nugget

📋 copy color: '#C3881B'

red 195 ◦ green 136 ◦ blue 27

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

Shades of Nugget #C3881B

Tints of Nugget #C3881B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 54.47%
G = 37.99%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3881B (or 0xC3881B) is known color: Nugget. HEX triplet: C3, 88 and 1B. RGB value is (195,136,27). Sum of RGB (Red+Green+Blue) = 195+136+27=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3881B is #3C77E4. Grayscale: #8D8D8D. Windows color (decimal): -3962853 or 1804483. OLE color: 1804483.

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

Color convert

RGB 195 136 27 -
CMYK 0 0.30 0.86 0.24
HSL 38.93º 0.76% 0.44% -
HSV(B) 38.93º 0.86% 0.76% -
XYZ 31.51 29.29 5.03 -
YUV 141.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 195 136 27 0 0.30 0.86 0.24 38.93 0.76 0.44
Hex C3 88 1B 0 1E 56 18 27 4C 2C
Octal 303 210 33 0 36 126 30 47 114 54
Binary 11000011 10001000 11011 0 11110 1010110 11000 100111 1001100 101100

Color Harmonies of #C3881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3881B

Black with #C3881B

Text Example


Text Example

White with #C3881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3881B; }

 p { color: rgb(195,136,27); }

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

background-color css

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

 a { background-color: rgb(195,136,27); }

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

border-color css

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

 span { border-color: rgb(195,136,27); }

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