Html Css Color HEX #C38A51 Twine

📋 copy color: '#C38A51'

red 195 ◦ green 138 ◦ blue 81

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

Shades of Twine #C38A51

Tints of Twine #C38A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 47.1%
G = 33.33%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C38A51 (or 0xC38A51) is known color: Twine. HEX triplet: C3, 8A and 51. RGB value is (195,138,81). Sum of RGB (Red+Green+Blue) = 195+138+81=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A51 is #3C75AE. Grayscale: #949494. Windows color (decimal): -3962287 or 5343939. OLE color: 5343939.

HSL color Cylindrical-coordinate representation of color #C38A51: hue angle of 30º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C38A51 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 81 -
CMYK 0 0.29 0.58 0.24
HSL 30º 0.49% 0.54% -
HSV(B) 30º 0.58% 0.76% -
XYZ 33.08 30.37 11.9 -
YUV 148.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 195 138 81 0 0.29 0.58 0.24 30 0.49 0.54
Hex C3 8A 51 0 1D 3A 18 1E 31 36
Octal 303 212 121 0 35 72 30 36 61 66
Binary 11000011 10001010 1010001 0 11101 111010 11000 11110 110001 110110

Color Harmonies of #C38A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A51

Black with #C38A51

Text Example


Text Example

White with #C38A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A51; }

 p { color: rgb(195,138,81); }

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

background-color css

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

 a { background-color: rgb(195,138,81); }

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

border-color css

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

 span { border-color: rgb(195,138,81); }

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