Html Css Color HEX #37341A Karaka

📋 copy color: '#37341A'

red 55 ◦ green 52 ◦ blue 26

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

Shades of Karaka #37341A

Tints of Karaka #37341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

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

R = 41.35%
G = 39.1%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37341A (or 0x37341A) is known color: Karaka. HEX triplet: 37, 34 and 1A. RGB value is (55,52,26). Sum of RGB (Red+Green+Blue) = 55+52+26=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #37341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37341A is #C8CBE5. Grayscale: #323232. Windows color (decimal): -13159398 or 1717303. OLE color: 1717303.

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

Color convert

RGB 55 52 26 -
CMYK 0 0.05 0.53 0.78
HSL 53.79º 0.36% 0.16% -
HSV(B) 53.79º 0.53% 0.22% -
XYZ 2.99 3.34 1.46 -
YUV 49.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 55 52 26 0 0.05 0.53 0.78 53.79 0.36 0.16
Hex 37 34 1A 0 5 35 4E 36 24 10
Octal 67 64 32 0 5 65 116 66 44 20
Binary 110111 110100 11010 0 101 110101 1001110 110110 100100 10000

Color Harmonies of #37341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37341A

Black with #37341A

Text Example


Text Example

White with #37341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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