Html Css Color HEX #C39053 Twine

📋 copy color: '#C39053'

red 195 ◦ green 144 ◦ blue 83

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

Shades of Twine #C39053

Tints of Twine #C39053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

 BLUE value IS 83 (32.81% from 255) = 19.67%

R = 46.21%
G = 34.12%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C39053 (or 0xC39053) is known color: Twine. HEX triplet: C3, 90 and 53. RGB value is (195,144,83). Sum of RGB (Red+Green+Blue) = 195+144+83=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C39053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39053 is #3C6FAC. Grayscale: #989898. Windows color (decimal): -3960749 or 5476547. OLE color: 5476547.

HSL color Cylindrical-coordinate representation of color #C39053: hue angle of 32.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C39053 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 144 83 -
CMYK 0 0.26 0.57 0.24
HSL 32.68º 0.48% 0.55% -
HSV(B) 32.68º 0.57% 0.76% -
XYZ 34.04 32.17 12.6 -
YUV 152.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 195 144 83 0 0.26 0.57 0.24 32.68 0.48 0.55
Hex C3 90 53 0 1A 39 18 21 30 37
Octal 303 220 123 0 32 71 30 41 60 67
Binary 11000011 10010000 1010011 0 11010 111001 11000 100001 110000 110111

Color Harmonies of #C39053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39053

Black with #C39053

Text Example


Text Example

White with #C39053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39053; }

 p { color: rgb(195,144,83); }

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

background-color css

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

 a { background-color: rgb(195,144,83); }

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

border-color css

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

 span { border-color: rgb(195,144,83); }

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