Html Css Color HEX #37370F Karaka

📋 copy color: '#37370F'

red 55 ◦ green 55 ◦ blue 15

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

Shades of Karaka #37370F

Tints of Karaka #37370F

RGB

 RED value IS 55 (21.88% from 255) = 44%

 GREEN value IS 55 (21.88% from 255) = 44%

 BLUE value IS 15 (6.25% from 255) = 12%

R = 44%
G = 44%
B = 12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37370F (or 0x37370F) is known color: Karaka. HEX triplet: 37, 37 and 0F. RGB value is (55,55,15). Sum of RGB (Red+Green+Blue) = 55+55+15=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 55 - color contains mainly: red, green. Hex color #37370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37370F is #C8C8F0. Grayscale: #323232. Windows color (decimal): -13158641 or 997175. OLE color: 997175.

HSL color Cylindrical-coordinate representation of color #37370F: hue angle of 60º 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 #37370F is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 55 15 -
CMYK 0 0 0.73 0.78
HSL 60º 0.57% 0.14% -
HSV(B) 60º 0.73% 0.22% -
XYZ 3.03 3.58 0.98 -
YUV 50.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 55 55 15 0 0 0.73 0.78 60 0.57 0.14
Hex 37 37 F 0 0 49 4E 3C 39 E
Octal 67 67 17 0 0 111 116 74 71 16
Binary 110111 110111 1111 0 0 1001001 1001110 111100 111001 1110

Color Harmonies of #37370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37370F

Black with #37370F

Text Example


Text Example

White with #37370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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