#37360F

Color #37360F Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #37360F

Tints of Karaka #37360F

Color information

#37360F (or 0x37360F) is unknown color: approx Karaka. HEX triplet: 37, 36 and 0F. RGB value is (55,54,15). Sum of RGB (Red+Green+Blue) = 55+54+15=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #37360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37360F is #C8C9F0. Grayscale: #323232. Windows color (decimal): -13158897 or 996919. OLE color: 996919.

HSL color Cylindrical-coordinate representation of color #37360F: hue angle of 58.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37360F is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB555415-
CMYK00.020.730.78
HSL58.5º57.14%13.73%-
HSV(B)58.5º72.73%21.57%-
XYZ2.983.490.97-
YUV49.85108.33131.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=44.35%
G=43.55%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55541500.020.730.7858.557.1413.73
Hex3736F02494E3a39e
Octal67661702111116727116
Binary1101111101101111010100100110011101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37360F; }

 p { color: rgb(55,54,15); }

 H1.HeaderClassName
 {
   color: #37360F;
 }
 .AnyTagClassName
 {
   color: #37360F;
 }
</style>
background-color css

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

 a { background-color: rgb(55,54,15); }

 div.DivClassName
 {
   background-color: #37360F;
 }
 .BgClassName
 {
   background-color: #37360F;
 }
</style>
border-color css

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

 span { border-color: rgb(55,54,15); }

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