Html Css Color HEX #71703A Crete

📋 copy color: '#71703A'

red 113 ◦ green 112 ◦ blue 58

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

Shades of Crete #71703A

Tints of Crete #71703A

RGB

 RED value IS 113 (44.53% from 255) = 39.93%

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 39.93%
G = 39.58%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71703A (or 0x71703A) is known color: Crete. HEX triplet: 71, 70 and 3A. RGB value is (113,112,58). Sum of RGB (Red+Green+Blue) = 113+112+58=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #71703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71703A is #8E8FC5. Grayscale: #6A6A6A. Windows color (decimal): -9342918 or 3829873. OLE color: 3829873.

HSL color Cylindrical-coordinate representation of color #71703A: hue angle of 58.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71703A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 58 -
CMYK 0 0.01 0.49 0.56
HSL 58.91º 0.32% 0.34% -
HSV(B) 58.91º 0.49% 0.44% -
XYZ 13.37 15.4 6.27 -
YUV 106.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 113 112 58 0 0.01 0.49 0.56 58.91 0.32 0.34
Hex 71 70 3A 0 1 31 38 3B 20 22
Octal 161 160 72 0 1 61 70 73 40 42
Binary 1110001 1110000 111010 0 1 110001 111000 111011 100000 100010

Color Harmonies of #71703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71703A

Black with #71703A

Text Example


Text Example

White with #71703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71703A; }

 p { color: rgb(113,112,58); }

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

background-color css

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

 a { background-color: rgb(113,112,58); }

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

border-color css

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

 span { border-color: rgb(113,112,58); }

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