Html Css Color HEX #736B30 Crete

📋 copy color: '#736B30'

red 115 ◦ green 107 ◦ blue 48

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

Shades of Crete #736B30

Tints of Crete #736B30

RGB

 RED value IS 115 (45.31% from 255) = 42.59%

 GREEN value IS 107 (42.19% from 255) = 39.63%

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 42.59%
G = 39.63%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#736B30 (or 0x736B30) is known color: Crete. HEX triplet: 73, 6B and 30. RGB value is (115,107,48). Sum of RGB (Red+Green+Blue) = 115+107+48=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #736B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B30 is #8C94CF. Grayscale: #666666. Windows color (decimal): -9213136 or 3173235. OLE color: 3173235.

HSL color Cylindrical-coordinate representation of color #736B30: hue angle of 52.84º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #736B30 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 107 48 -
CMYK 0 0.07 0.58 0.55
HSL 52.84º 0.41% 0.32% -
HSV(B) 52.84º 0.58% 0.45% -
XYZ 12.86 14.37 4.89 -
YUV 102.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 115 107 48 0 0.07 0.58 0.55 52.84 0.41 0.32
Hex 73 6B 30 0 7 3A 37 35 29 20
Octal 163 153 60 0 7 72 67 65 51 40
Binary 1110011 1101011 110000 0 111 111010 110111 110101 101001 100000

Color Harmonies of #736B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B30

Black with #736B30

Text Example


Text Example

White with #736B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736B30; }

 p { color: rgb(115,107,48); }

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

background-color css

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

 a { background-color: rgb(115,107,48); }

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

border-color css

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

 span { border-color: rgb(115,107,48); }

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