Html Css Color HEX #373401 Karaka

📋 copy color: '#373401'

red 55 ◦ green 52 ◦ blue 1

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

Shades of Karaka #373401

Tints of Karaka #373401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 50.93%
G = 48.15%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#373401 (or 0x373401) is known color: Karaka. HEX triplet: 37, 34 and 01. RGB value is (55,52,1). Sum of RGB (Red+Green+Blue) = 55+52+1=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #373401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373401 is #C8CBFE. Grayscale: #2F2F2F. Windows color (decimal): -13159423 or 78903. OLE color: 78903.

HSL color Cylindrical-coordinate representation of color #373401: hue angle of 56.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #373401 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 1 -
CMYK 0 0.05 0.98 0.78
HSL 56.67º 0.96% 0.11% -
HSV(B) 56.67º 0.98% 0.22% -
XYZ 2.81 3.27 0.51 -
YUV 47.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 55 52 1 0 0.05 0.98 0.78 56.67 0.96 0.11
Hex 37 34 1 0 5 62 4E 39 60 B
Octal 67 64 1 0 5 142 116 71 140 13
Binary 110111 110100 1 0 101 1100010 1001110 111001 1100000 1011

Color Harmonies of #373401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373401

Black with #373401

Text Example


Text Example

White with #373401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373401; }

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

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

background-color css

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

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

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

border-color css

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

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

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