Html Css Color HEX #C08B52 Twine

📋 copy color: '#C08B52'

red 192 ◦ green 139 ◦ blue 82

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

Shades of Twine #C08B52

Tints of Twine #C08B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 46.49%
G = 33.66%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C08B52 (or 0xC08B52) is known color: Twine. HEX triplet: C0, 8B and 52. RGB value is (192,139,82). Sum of RGB (Red+Green+Blue) = 192+139+82=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B52 is #3F74AD. Grayscale: #949494. Windows color (decimal): -4158638 or 5409728. OLE color: 5409728.

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

Color convert

RGB 192 139 82 -
CMYK 0 0.28 0.57 0.25
HSL 31.09º 0.47% 0.54% -
HSV(B) 31.09º 0.57% 0.75% -
XYZ 32.49 30.28 12.11 -
YUV 148.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 192 139 82 0 0.28 0.57 0.25 31.09 0.47 0.54
Hex C0 8B 52 0 1C 39 19 1F 2F 36
Octal 300 213 122 0 34 71 31 37 57 66
Binary 11000000 10001011 1010010 0 11100 111001 11001 11111 101111 110110

Color Harmonies of #C08B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B52

Black with #C08B52

Text Example


Text Example

White with #C08B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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