Html Css Color HEX #C75339 Trinidad

📋 copy color: '#C75339'

red 199 ◦ green 83 ◦ blue 57

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

Shades of Trinidad #C75339

Tints of Trinidad #C75339

RGB

 RED value IS 199 (78.13% from 255) = 58.7%

 GREEN value IS 83 (32.81% from 255) = 24.48%

 BLUE value IS 57 (22.66% from 255) = 16.81%

R = 58.7%
G = 24.48%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C75339 (or 0xC75339) is known color: Trinidad. HEX triplet: C7, 53 and 39. RGB value is (199,83,57). Sum of RGB (Red+Green+Blue) = 199+83+57=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C75339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75339 is #38ACC6. Grayscale: #727272. Windows color (decimal): -3714247 or 3756999. OLE color: 3756999.

HSL color Cylindrical-coordinate representation of color #C75339: hue angle of 10.99º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C75339 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 57 -
CMYK 0 0.58 0.71 0.22
HSL 10.99º 0.56% 0.5% -
HSV(B) 10.99º 0.71% 0.78% -
XYZ 27.38 18.62 6.02 -
YUV 114.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 199 83 57 0 0.58 0.71 0.22 10.99 0.56 0.5
Hex C7 53 39 0 3A 47 16 B 38 32
Octal 307 123 71 0 72 107 26 13 70 62
Binary 11000111 1010011 111001 0 111010 1000111 10110 1011 111000 110010

Color Harmonies of #C75339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75339

Black with #C75339

Text Example


Text Example

White with #C75339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75339; }

 p { color: rgb(199,83,57); }

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

background-color css

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

 a { background-color: rgb(199,83,57); }

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

border-color css

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

 span { border-color: rgb(199,83,57); }

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