Html Css Color HEX #28290D Karaka

📋 copy color: '#28290D'

red 40 ◦ green 41 ◦ blue 13

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

Shades of Karaka #28290D

Tints of Karaka #28290D

RGB

 RED value IS 40 (16.02% from 255) = 42.55%

 GREEN value IS 41 (16.41% from 255) = 43.62%

 BLUE value IS 13 (5.47% from 255) = 13.83%

R = 42.55%
G = 43.62%
B = 13.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#28290D (or 0x28290D) is known color: Karaka. HEX triplet: 28, 29 and 0D. RGB value is (40,41,13). Sum of RGB (Red+Green+Blue) = 40+41+13=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #28290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28290D is #D7D6F2. Grayscale: #252525. Windows color (decimal): -14145267 or 862504. OLE color: 862504.

HSL color Cylindrical-coordinate representation of color #28290D: hue angle of 62.14º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28290D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 41 13 -
CMYK 0.02 0 0.68 0.84
HSL 62.14º 0.52% 0.11% -
HSV(B) 62.14º 0.68% 0.16% -
XYZ 1.74 2.07 0.69 -
YUV 37.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 40 41 13 0.02 0 0.68 0.84 62.14 0.52 0.11
Hex 28 29 D 2 0 44 54 3E 34 B
Octal 50 51 15 2 0 104 124 76 64 13
Binary 101000 101001 1101 10 0 1000100 1010100 111110 110100 1011

Color Harmonies of #28290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28290D

Black with #28290D

Text Example


Text Example

White with #28290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28290D; }

 p { color: rgb(40,41,13); }

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

background-color css

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

 a { background-color: rgb(40,41,13); }

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

border-color css

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

 span { border-color: rgb(40,41,13); }

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