Html Css Color HEX #37361A Karaka

📋 copy color: '#37361A'

red 55 ◦ green 54 ◦ blue 26

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

Shades of Karaka #37361A

Tints of Karaka #37361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40%

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

R = 40.74%
G = 40%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37361A (or 0x37361A) is known color: Karaka. HEX triplet: 37, 36 and 1A. RGB value is (55,54,26). Sum of RGB (Red+Green+Blue) = 55+54+26=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37361A is #C8C9E5. Grayscale: #333333. Windows color (decimal): -13158886 or 1717815. OLE color: 1717815.

HSL color Cylindrical-coordinate representation of color #37361A: hue angle of 57.93º 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 #37361A is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 54 26 -
CMYK 0 0.02 0.53 0.78
HSL 57.93º 0.36% 0.16% -
HSV(B) 57.93º 0.53% 0.22% -
XYZ 3.08 3.53 1.5 -
YUV 51.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 55 54 26 0 0.02 0.53 0.78 57.93 0.36 0.16
Hex 37 36 1A 0 2 35 4E 3A 24 10
Octal 67 66 32 0 2 65 116 72 44 20
Binary 110111 110110 11010 0 10 110101 1001110 111010 100100 10000

Color Harmonies of #37361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37361A

Black with #37361A

Text Example


Text Example

White with #37361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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