Html Css Color HEX #37351A Karaka

📋 copy color: '#37351A'

red 55 ◦ green 53 ◦ blue 26

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

Shades of Karaka #37351A

Tints of Karaka #37351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.55%

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

R = 41.04%
G = 39.55%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37351A (or 0x37351A) is known color: Karaka. HEX triplet: 37, 35 and 1A. RGB value is (55,53,26). Sum of RGB (Red+Green+Blue) = 55+53+26=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37351A is #C8CAE5. Grayscale: #323232. Windows color (decimal): -13159142 or 1717559. OLE color: 1717559.

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

Color convert

RGB 55 53 26 -
CMYK 0 0.04 0.53 0.78
HSL 55.86º 0.36% 0.16% -
HSV(B) 55.86º 0.53% 0.22% -
XYZ 3.04 3.43 1.48 -
YUV 50.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 55 53 26 0 0.04 0.53 0.78 55.86 0.36 0.16
Hex 37 35 1A 0 4 35 4E 38 24 10
Octal 67 65 32 0 4 65 116 70 44 20
Binary 110111 110101 11010 0 100 110101 1001110 111000 100100 10000

Color Harmonies of #37351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37351A

Black with #37351A

Text Example


Text Example

White with #37351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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