Html Css Color HEX #3B3601 Karaka

📋 copy color: '#3B3601'

red 59 ◦ green 54 ◦ blue 1

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

Shades of Karaka #3B3601

Tints of Karaka #3B3601

RGB

 RED value IS 59 (23.44% from 255) = 51.75%

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

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

R = 51.75%
G = 47.37%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#3B3601 (or 0x3B3601) is known color: Karaka. HEX triplet: 3B, 36 and 01. RGB value is (59,54,1). Sum of RGB (Red+Green+Blue) = 59+54+1=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3601 is #C4C9FE. Grayscale: #313131. Windows color (decimal): -12896767 or 79419. OLE color: 79419.

HSL color Cylindrical-coordinate representation of color #3B3601: hue angle of 54.83º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B3601 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 54 1 -
CMYK 0 0.08 0.98 0.77
HSL 54.83º 0.97% 0.12% -
HSV(B) 54.83º 0.98% 0.23% -
XYZ 3.13 3.57 0.55 -
YUV 49.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 59 54 1 0 0.08 0.98 0.77 54.83 0.97 0.12
Hex 3B 36 1 0 8 62 4D 37 61 C
Octal 73 66 1 0 10 142 115 67 141 14
Binary 111011 110110 1 0 1000 1100010 1001101 110111 1100001 1100

Color Harmonies of #3B3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3601

Black with #3B3601

Text Example


Text Example

White with #3B3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3601; }

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

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

background-color css

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

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

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

border-color css

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

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

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