Html Css Color HEX #C38C26 Nugget

📋 copy color: '#C38C26'

red 195 ◦ green 140 ◦ blue 38

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

Shades of Nugget #C38C26

Tints of Nugget #C38C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 52.28%
G = 37.53%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C38C26 (or 0xC38C26) is known color: Nugget. HEX triplet: C3, 8C and 26. RGB value is (195,140,38). Sum of RGB (Red+Green+Blue) = 195+140+38=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C26 is #3C73D9. Grayscale: #919191. Windows color (decimal): -3961818 or 2526403. OLE color: 2526403.

HSL color Cylindrical-coordinate representation of color #C38C26: hue angle of 38.98º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C38C26 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 140 38 -
CMYK 0 0.28 0.81 0.24
HSL 38.98º 0.67% 0.46% -
HSV(B) 38.98º 0.81% 0.76% -
XYZ 32.23 30.5 6.02 -
YUV 144.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 195 140 38 0 0.28 0.81 0.24 38.98 0.67 0.46
Hex C3 8C 26 0 1C 51 18 27 43 2E
Octal 303 214 46 0 34 121 30 47 103 56
Binary 11000011 10001100 100110 0 11100 1010001 11000 100111 1000011 101110

Color Harmonies of #C38C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C26

Black with #C38C26

Text Example


Text Example

White with #C38C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C26; }

 p { color: rgb(195,140,38); }

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

background-color css

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

 a { background-color: rgb(195,140,38); }

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

border-color css

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

 span { border-color: rgb(195,140,38); }

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