Html Css Color HEX #C38B50 Twine

📋 copy color: '#C38B50'

red 195 ◦ green 139 ◦ blue 80

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

Shades of Twine #C38B50

Tints of Twine #C38B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 47.1%
G = 33.57%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C38B50 (or 0xC38B50) is known color: Twine. HEX triplet: C3, 8B and 50. RGB value is (195,139,80). Sum of RGB (Red+Green+Blue) = 195+139+80=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B50 is #3C74AF. Grayscale: #959595. Windows color (decimal): -3962032 or 5278659. OLE color: 5278659.

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

Color convert

RGB 195 139 80 -
CMYK 0 0.29 0.59 0.24
HSL 30.78º 0.49% 0.54% -
HSV(B) 30.78º 0.59% 0.76% -
XYZ 33.19 30.65 11.76 -
YUV 149.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 195 139 80 0 0.29 0.59 0.24 30.78 0.49 0.54
Hex C3 8B 50 0 1D 3B 18 1F 31 36
Octal 303 213 120 0 35 73 30 37 61 66
Binary 11000011 10001011 1010000 0 11101 111011 11000 11111 110001 110110

Color Harmonies of #C38B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B50

Black with #C38B50

Text Example


Text Example

White with #C38B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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