Html Css Color HEX #C38B5F Twine

📋 copy color: '#C38B5F'

red 195 ◦ green 139 ◦ blue 95

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

Shades of Twine #C38B5F

Tints of Twine #C38B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 45.45%
G = 32.4%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38B5F (or 0xC38B5F) is known color: Twine. HEX triplet: C3, 8B and 5F. RGB value is (195,139,95). Sum of RGB (Red+Green+Blue) = 195+139+95=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B5F is #3C74A0. Grayscale: #969696. Windows color (decimal): -3962017 or 6261699. OLE color: 6261699.

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

Color convert

RGB 195 139 95 -
CMYK 0 0.29 0.51 0.24
HSL 26.4º 0.45% 0.57% -
HSV(B) 26.4º 0.51% 0.76% -
XYZ 33.8 30.89 15.01 -
YUV 150.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 195 139 95 0 0.29 0.51 0.24 26.4 0.45 0.57
Hex C3 8B 5F 0 1D 33 18 1A 2D 39
Octal 303 213 137 0 35 63 30 32 55 71
Binary 11000011 10001011 1011111 0 11101 110011 11000 11010 101101 111001

Color Harmonies of #C38B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B5F

Black with #C38B5F

Text Example


Text Example

White with #C38B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B5F; }

 p { color: rgb(195,139,95); }

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

background-color css

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

 a { background-color: rgb(195,139,95); }

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

border-color css

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

 span { border-color: rgb(195,139,95); }

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