Html Css Color HEX #37371A Karaka

📋 copy color: '#37371A'

red 55 ◦ green 55 ◦ blue 26

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

Shades of Karaka #37371A

Tints of Karaka #37371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.12%

R = 40.44%
G = 40.44%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37371A (or 0x37371A) is known color: Karaka. HEX triplet: 37, 37 and 1A. RGB value is (55,55,26). Sum of RGB (Red+Green+Blue) = 55+55+26=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 55 - color contains mainly: red, green. Hex color #37371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37371A is #C8C8E5. Grayscale: #333333. Windows color (decimal): -13158630 or 1718071. OLE color: 1718071.

HSL color Cylindrical-coordinate representation of color #37371A: hue angle of 60º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37371A is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 55 26 -
CMYK 0 0 0.53 0.78
HSL 60º 0.36% 0.16% -
HSV(B) 60º 0.53% 0.22% -
XYZ 3.13 3.62 1.51 -
YUV 51.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 55 55 26 0 0 0.53 0.78 60 0.36 0.16
Hex 37 37 1A 0 0 35 4E 3C 24 10
Octal 67 67 32 0 0 65 116 74 44 20
Binary 110111 110111 11010 0 0 110101 1001110 111100 100100 10000

Color Harmonies of #37371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37371A

Black with #37371A

Text Example


Text Example

White with #37371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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