Html Css Color HEX #363401 Karaka

📋 copy color: '#363401'

red 54 ◦ green 52 ◦ blue 1

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

Shades of Karaka #363401

Tints of Karaka #363401

RGB

 RED value IS 54 (21.48% from 255) = 50.47%

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

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

R = 50.47%
G = 48.6%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#363401 (or 0x363401) is known color: Karaka. HEX triplet: 36, 34 and 01. RGB value is (54,52,1). Sum of RGB (Red+Green+Blue) = 54+52+1=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #363401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363401 is #C9CBFE. Grayscale: #2E2E2E. Windows color (decimal): -13224959 or 78902. OLE color: 78902.

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

Color convert

RGB 54 52 1 -
CMYK 0 0.04 0.98 0.79
HSL 57.74º 0.96% 0.11% -
HSV(B) 57.74º 0.98% 0.21% -
XYZ 2.75 3.24 0.51 -
YUV 46.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 54 52 1 0 0.04 0.98 0.79 57.74 0.96 0.11
Hex 36 34 1 0 4 62 4F 3A 60 B
Octal 66 64 1 0 4 142 117 72 140 13
Binary 110110 110100 1 0 100 1100010 1001111 111010 1100000 1011

Color Harmonies of #363401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363401

Black with #363401

Text Example


Text Example

White with #363401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363401; }

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

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

background-color css

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

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

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

border-color css

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

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

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