Html Css Color HEX #3B380A Karaka

📋 copy color: '#3B380A'

red 59 ◦ green 56 ◦ blue 10

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

Shades of Karaka #3B380A

Tints of Karaka #3B380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.8%

 BLUE value IS 10 (4.3% from 255) = 8%

R = 47.2%
G = 44.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.77

RGB Variations

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

Color information

#3B380A (or 0x3B380A) is known color: Karaka. HEX triplet: 3B, 38 and 0A. RGB value is (59,56,10). Sum of RGB (Red+Green+Blue) = 59+56+10=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B380A is #C4C7F5. Grayscale: #333333. Windows color (decimal): -12896246 or 669755. OLE color: 669755.

HSL color Cylindrical-coordinate representation of color #3B380A: hue angle of 56.33º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B380A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 56 10 -
CMYK 0 0.05 0.83 0.77
HSL 56.33º 0.71% 0.14% -
HSV(B) 56.33º 0.83% 0.23% -
XYZ 3.27 3.78 0.84 -
YUV 51.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 59 56 10 0 0.05 0.83 0.77 56.33 0.71 0.14
Hex 3B 38 A 0 5 53 4D 38 47 E
Octal 73 70 12 0 5 123 115 70 107 16
Binary 111011 111000 1010 0 101 1010011 1001101 111000 1000111 1110

Color Harmonies of #3B380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B380A

Black with #3B380A

Text Example


Text Example

White with #3B380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,10); }

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

background-color css

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

 a { background-color: rgb(59,56,10); }

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

border-color css

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

 span { border-color: rgb(59,56,10); }

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