Html Css Color HEX #C08B54 Twine

📋 copy color: '#C08B54'

red 192 ◦ green 139 ◦ blue 84

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

Shades of Twine #C08B54

Tints of Twine #C08B54

RGB

 RED value IS 192 (75.39% from 255) = 46.27%

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

 BLUE value IS 84 (33.2% from 255) = 20.24%

R = 46.27%
G = 33.49%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08B54 (or 0xC08B54) is known color: Twine. HEX triplet: C0, 8B and 54. RGB value is (192,139,84). Sum of RGB (Red+Green+Blue) = 192+139+84=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B54 is #3F74AB. Grayscale: #949494. Windows color (decimal): -4158636 or 5540800. OLE color: 5540800.

HSL color Cylindrical-coordinate representation of color #C08B54: hue angle of 30.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C08B54 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 139 84 -
CMYK 0 0.28 0.56 0.25
HSL 30.56º 0.46% 0.54% -
HSV(B) 30.56º 0.56% 0.75% -
XYZ 32.57 30.31 12.52 -
YUV 148.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 192 139 84 0 0.28 0.56 0.25 30.56 0.46 0.54
Hex C0 8B 54 0 1C 38 19 1F 2E 36
Octal 300 213 124 0 34 70 31 37 56 66
Binary 11000000 10001011 1010100 0 11100 111000 11001 11111 101110 110110

Color Harmonies of #C08B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B54

Black with #C08B54

Text Example


Text Example

White with #C08B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B54; }

 p { color: rgb(192,139,84); }

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

background-color css

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

 a { background-color: rgb(192,139,84); }

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

border-color css

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

 span { border-color: rgb(192,139,84); }

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